[FFmpeg-soc] [soc]: r2319 - dvbmuxer/mpegpes.h

bcoudurier subversion at mplayerhq.hu
Mon Jun 2 09:58:33 CEST 2008


Author: bcoudurier
Date: Mon Jun  2 09:58:33 2008
New Revision: 2319

Log:
move new field at the end, add doxy

Modified:
   dvbmuxer/mpegpes.h

Modified: dvbmuxer/mpegpes.h
==============================================================================
--- dvbmuxer/mpegpes.h	(original)
+++ dvbmuxer/mpegpes.h	Mon Jun  2 09:58:33 2008
@@ -55,7 +55,6 @@ typedef struct PacketDesc {
 typedef struct {
     AVFifoBuffer fifo;
     uint8_t id;
-    int format;
     int max_buffer_size; /**< in bytes */
     int buffer_index;
     PacketDesc *predecode_packet;
@@ -67,6 +66,7 @@ typedef struct {
     int bytes_to_iframe;
     int align_iframe;
     int64_t vobu_start_pts;
+    int format; ///< mux format (ts, svcd ...)
 } StreamInfo;
 
 



More information about the FFmpeg-soc mailing list