changeset 2326:e05364bd370c libavformat

variables needed for muxer
author michael
date Thu, 09 Aug 2007 10:57:10 +0000
parents 2829faf72879
children 768d27bac3c1
files nut.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/nut.h	Thu Aug 09 10:45:19 2007 +0000
+++ b/nut.h	Thu Aug 09 10:57:10 2007 +0000
@@ -80,8 +80,8 @@
 
 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;