[FFmpeg-devel] Fwd: GSoC: APNG

Donny Yang work at kota.moe
Sun Mar 29 06:30:27 CEST 2015


On 29 March 2015 at 03:15, Michael Niedermayer <michaelni at gmx.at> wrote:

> you can try AVCodecContext->frame_number, if that doesnt work
> you need to keep track of if you already had received a frame
>
I've tried both, but it turns out that AVCodecContext->frame_number seems
to be thread-specific. That is, it starts with 0 for each thread rather
than the actual frame number.
One possible option is to disable threading support though...



More information about the ffmpeg-devel mailing list