Hi Diego,

On May 9, 2017 05:38, "Diego Biurrun" <di...@biurrun.de> wrote:

On Sun, May 07, 2017 at 06:22:47PM -0400, Sean McGovern wrote:
> --- a/libavcodec/h264_refs.c
> +++ b/libavcodec/h264_refs.c
> @@ -557,6 +557,12 @@ int ff_h264_execute_ref_pic_marking(H264Context *h)
>      int current_ref_assigned = 0, err = 0;
>      H264Picture *av_uninit(pic);
>
> +    if(!h->ps.sps) {

if (



OK, will fix locally and push later today if no further comments.

-- Sean McG.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to