[FFmpeg-devel] [PATCH] MXF index table based seeking

Tomas Härdin tomas.hardin at codemill.se
Fri Sep 2 09:56:47 CEST 2011


Georg Lippitsch skrev 2011-08-07 21:32:
> Am 07.08.2011, 19:49 Uhr, schrieb Carl Eugen Hoyos <cehoyos at ag.or.at>:
>
>>> - av_dlog(s, "size %"PRIu64" offset %#"PRIx64"\n", klv.length,
>>> klv.offset);
>>> + av_dlog(s, "size %lld offset %#llx\n", klv.length, klv.offset);
>>
>> This looks unintended, or am I missing something?
>
> Indeed.
>
>
>> Trailing whitespace cannot be committed to the FFmpeg repository, please
>> consider using tools/patcheck.
>
> Sorry, but anyway this patch is far from being committable. I will use
> patcheck next time.

Any news on this?

I'm not sure if 10-bit 4:2:2 H.264 decoding is in FFmpeg yet, but 
there's a patch for it on libav-devel. With it you should be able to 
decode the AVC-Intra 100 samples I have at 
http://titan.codemill.se/~tomhar/samples/ and /multiindex.

/Tomas


More information about the ffmpeg-devel mailing list