Commit c48308c3 authored by michael's avatar michael

variables needed for muxer


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10009 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1956bf07
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment