[FFmpeg-devel] [PATCH] avcodec/h264: export ref_frame_count

Hendrik Leppkes h.leppkes at gmail.com
Mon Dec 29 09:30:03 CET 2014


On Mon, Dec 29, 2014 at 3:49 AM, Michael Niedermayer <michaelni at gmx.at>
wrote:

> Fixes Ticket3141
>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  libavcodec/h264.c    |    1 +
>  libavcodec/h264.h    |    1 +
>  libavcodec/h264_ps.c |    3 +++
>  3 files changed, 5 insertions(+)
>
>
Isn't that what AVCodecContext->refs is for?
I have been using it for that at least, and it seems to contain the
information for H.264.

- Hendrik


More information about the ffmpeg-devel mailing list