diff nut.h @ 2331:4d1a56112d92 libavformat

use a dynamic ByteIOContext instead of using the lavf buffer this makes the code work with big packets, it is also simpler and saves a byte or 2
author michael
date Thu, 09 Aug 2007 12:38:24 +0000
parents 768d27bac3c1
children 5b5e1edd462e
line wrap: on
line diff
--- a/nut.h	Thu Aug 09 12:25:58 2007 +0000
+++ b/nut.h	Thu Aug 09 12:38:24 2007 +0000
@@ -80,8 +80,8 @@
 
 typedef struct {
     AVFormatContext *avf;
-    int written_packet_size;
-    int64_t packet_start;
+//    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;