On Thu, Jan 31, 2013 at 09:08:44PM +0100, Anton Khirnov wrote:
> ---
>  libavformat/bink.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavformat/bink.c b/libavformat/bink.c
> index 62c377d..f093e7c 100644
> --- a/libavformat/bink.c
> +++ b/libavformat/bink.c
> @@ -112,6 +112,7 @@ static int read_header(AVFormatContext *s)
>          return AVERROR(EIO);
>      }
>      avpriv_set_pts_info(vst, 64, fps_den, fps_num);
> +    vst->avg_frame_rate = av_inv_q(vst->time_base);
>  
>      vst->codec->codec_type = AVMEDIA_TYPE_VIDEO;
>      vst->codec->codec_id   = AV_CODEC_ID_BINKVIDEO;
> -- 

probably OK
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to