comparison nut.h @ 2326:e05364bd370c libavformat

variables needed for muxer
author michael
date Thu, 09 Aug 2007 10:57:10 +0000
parents 06083249909c
children 768d27bac3c1
comparison
equal deleted inserted replaced
2325:2829faf72879 2326:e05364bd370c
78 int decode_delay; //FIXME duplicate of has_b_frames 78 int decode_delay; //FIXME duplicate of has_b_frames
79 } StreamContext;// maybe s/StreamContext/streamcontext_t/ 79 } StreamContext;// maybe s/StreamContext/streamcontext_t/
80 80
81 typedef struct { 81 typedef struct {
82 AVFormatContext *avf; 82 AVFormatContext *avf;
83 // int written_packet_size; 83 int written_packet_size;
84 // int64_t packet_start[3]; //0-> startcode less, 1-> short startcode 2-> long startcodes 84 int64_t packet_start;
85 FrameCode frame_code[256]; 85 FrameCode frame_code[256];
86 uint64_t next_startcode; ///< stores the next startcode if it has already been parsed but the stream is not seekable 86 uint64_t next_startcode; ///< stores the next startcode if it has already been parsed but the stream is not seekable
87 StreamContext *stream; 87 StreamContext *stream;
88 unsigned int max_distance; 88 unsigned int max_distance;
89 unsigned int time_base_count; 89 unsigned int time_base_count;