[vlc-commits] [Git][videolan/vlc][master] codec: cvdsub: remove unneeded packetizer flag

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Thu May 21 12:22:39 UTC 2026



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
15177e50 by François Cartegnie at 2026-05-21T14:08:08+02:00
codec: cvdsub: remove unneeded packetizer flag

- - - - -


1 changed file:

- modules/codec/cvdsub.c


Changes:

=====================================
modules/codec/cvdsub.c
=====================================
@@ -75,8 +75,6 @@ static void RenderImage( decoder_t *, block_t *, picture_t * );
 
 typedef struct
 {
-  int      b_packetizer;
-
   int      i_state;    /* data-gathering state for this subtitle */
 
   block_t  *p_spu;   /* Bytes of the packet. */
@@ -114,8 +112,6 @@ static int OpenCommon( vlc_object_t *p_this, bool b_packetizer )
     if( !p_sys )
         return VLC_ENOMEM;
 
-    p_sys->b_packetizer  = b_packetizer;
-
     p_sys->i_state = SUBTITLE_BLOCK_EMPTY;
     p_sys->p_spu   = NULL;
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/15177e503b5848933ede1cc56814d0ec4fb93441

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/15177e503b5848933ede1cc56814d0ec4fb93441
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list