Hi,

On Wed, Dec 5, 2012 at 11:00 AM, Janne Grunau <janne-li...@jannau.net> wrote:
> Fixes fate-h264-conformance-cvnlfi2_sony_h and smllwebdl.mkv from
> https://github.com/OpenELEC/OpenELEC.tv/issues/1557 .
> ---
>  libavcodec/h264.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libavcodec/h264.c b/libavcodec/h264.c
> index cd8aeec..b9c46ea 100644
> --- a/libavcodec/h264.c
> +++ b/libavcodec/h264.c
> @@ -2759,7 +2759,7 @@ static int decode_slice_header(H264Context *h, 
> H264Context *h0)
>      h->mb_mbaff        = 0;
>      h->mb_aff_frame    = 0;
>      last_pic_structure = s0->picture_structure;
> -    last_pic_dropable  = s->dropable;
> +    last_pic_dropable  = s0->dropable;

OK.

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

Reply via email to