[FFmpeg-cvslog] r11931 - trunk/libavformat/nutdec.c
michael
subversion
Wed Feb 13 21:17:28 CET 2008
Author: michael
Date: Wed Feb 13 21:17:28 2008
New Revision: 11931
Log:
Read match time delta in the frame header.
We dont do anything with it as lavf doesnt really support it yet.
Modified:
trunk/libavformat/nutdec.c
Modified: trunk/libavformat/nutdec.c
==============================================================================
--- trunk/libavformat/nutdec.c (original)
+++ trunk/libavformat/nutdec.c Wed Feb 13 21:17:28 2008
@@ -630,6 +630,8 @@ static int decode_frame_header(NUTContex
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++)
More information about the ffmpeg-cvslog
mailing list