Read match time delta in the frame header.
We do not do anything with it as lavf does not really support it yet. Originally committed as revision 11931 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6cb4b28fea
commit
7eeebcc5de
@ -630,6 +630,8 @@ static int decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, in
|
|||||||
if(flags&FLAG_SIZE_MSB){
|
if(flags&FLAG_SIZE_MSB){
|
||||||
size += size_mul*ff_get_v(bc);
|
size += size_mul*ff_get_v(bc);
|
||||||
}
|
}
|
||||||
|
if(flags&FLAG_MATCH_TIME)
|
||||||
|
get_s(bc);
|
||||||
if(flags&FLAG_RESERVED)
|
if(flags&FLAG_RESERVED)
|
||||||
reserved_count= ff_get_v(bc);
|
reserved_count= ff_get_v(bc);
|
||||||
for(i=0; i<reserved_count; i++)
|
for(i=0; i<reserved_count; i++)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user