Commit 0528410e authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '4fd34e63'

* commit '4fd34e63':
  h264: remove pointless setting of some variables in loop_filter
Merged-by: 's avatarClément Bœsch <clement@stupeflix.com>
parents fabdb750 4fd34e63
......@@ -2086,9 +2086,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 =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment