[FFmpeg-cvslog] r10009 - trunk/libavformat/nut.h

michael subversion
Thu Aug 9 12:57:11 CEST 2007


Author: michael
Date: Thu Aug  9 12:57:10 2007
New Revision: 10009

Log:
variables needed for muxer


Modified:
   trunk/libavformat/nut.h

Modified: trunk/libavformat/nut.h
==============================================================================
--- trunk/libavformat/nut.h	(original)
+++ trunk/libavformat/nut.h	Thu Aug  9 12:57:10 2007
@@ -80,8 +80,8 @@ typedef struct {
 
 typedef struct {
     AVFormatContext *avf;
-//    int written_packet_size;
-//    int64_t packet_start[3]; //0-> startcode less, 1-> short startcode 2-> long startcodes
+    int written_packet_size;
+    int64_t packet_start;
     FrameCode frame_code[256];
     uint64_t next_startcode;     ///< stores the next startcode if it has already been parsed but the stream is not seekable
     StreamContext *stream;




More information about the ffmpeg-cvslog mailing list