On Mon, Apr 18, 2016 at 4:26 AM, Anton Khirnov <[email protected]> wrote:
> Those should already be set to the correct values.
> ---
>  libavcodec/h264_slice.c | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
> index 809c8b9..d912429 100644
> --- a/libavcodec/h264_slice.c
> +++ b/libavcodec/h264_slice.c
> @@ -1815,9 +1815,7 @@ static void loop_filter(const H264Context *h, 
> H264SliceContext *sl, int start_x,
>              for (mb_y = end_mb_y - FRAME_MBAFF(h); mb_y <= end_mb_y; mb_y++) 
> {
>                  int mb_xy, mb_type;
>                  mb_xy         = sl->mb_xy = mb_x + mb_y * h->mb_stride;
> -                sl->slice_num = h->slice_table[mb_xy];
>                  mb_type       = h->cur_pic.mb_type[mb_xy];
> -                sl->list_count = h->list_counts[mb_xy];
>
>                  if (FRAME_MBAFF(h))
>                      sl->mb_mbaff               =
> --

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

Reply via email to