Commit c0e40969 authored by michael's avatar michael

Read match time delta in the frame header.

We dont do anything with it as lavf doesnt really support it yet.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11931 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4da576c8
......@@ -630,6 +630,8 @@ static int decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, in
if(flags&FLAG_SIZE_MSB){
size += size_mul*ff_get_v(bc);
}
if(flags&FLAG_MATCH_TIME)
get_s(bc);
if(flags&FLAG_RESERVED)
reserved_count= ff_get_v(bc);
for(i=0; i<reserved_count; i++)
......
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