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

Merge commit '9c858ce3'

* commit '9c858ce3':
  h264: remove a pointless comment
Merged-by: 's avatarClément Bœsch <clement@stupeflix.com>
parents 40539898 9c858ce3
...@@ -1937,9 +1937,6 @@ static int fill_filter_caches(const H264Context *h, H264SliceContext *sl, int mb ...@@ -1937,9 +1937,6 @@ static int fill_filter_caches(const H264Context *h, H264SliceContext *sl, int mb
top_xy = mb_xy - (h->mb_stride << MB_FIELD(sl)); top_xy = mb_xy - (h->mb_stride << MB_FIELD(sl));
/* Wow, what a mess, why didn't they simplify the interlacing & intra
* stuff, I can't imagine that these complex rules are worth it. */
left_xy[LBOT] = left_xy[LTOP] = mb_xy - 1; left_xy[LBOT] = left_xy[LTOP] = mb_xy - 1;
if (FRAME_MBAFF(h)) { if (FRAME_MBAFF(h)) {
const int left_mb_field_flag = IS_INTERLACED(h->cur_pic.mb_type[mb_xy - 1]); const int left_mb_field_flag = IS_INTERLACED(h->cur_pic.mb_type[mb_xy - 1]);
......
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