]> git.sesse.net Git - vlc/blobdiff - modules/demux/ogg.h
demux: ts: reorder switch cases
[vlc] / modules / demux / ogg.h
index 71cf0963088c74c815428b95479da7bb8d01ca53..dda4684c0c1219c861bad887a6a67cda36cf63c7 100644 (file)
@@ -140,6 +140,11 @@ typedef struct logical_stream_s
         {
             bool b_interlaced;
         } dirac;
+        struct
+        {
+            int32_t i_framesize;
+            int32_t i_framesperpacket;
+        } speex;
     } special;
 
 } logical_stream_t;