diff options
author | Clément Bœsch <clement@stupeflix.com> | 2016-06-20 15:36:44 +0200 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2016-06-20 15:36:44 +0200 |
commit | fabdb7505a7b8b8bb15c2f3b652a4fb03a8dd6f3 (patch) | |
tree | 420651e80490eb57dbbc517cad50bb2b5e2b5f34 /libavcodec | |
parent | 405398989093f5ef19cb63eab6a9205a0c40ce4f (diff) | |
parent | 9c858ce33fa9b94ebc320dd9d9fa423e708e90cc (diff) | |
download | ffmpeg-fabdb7505a7b8b8bb15c2f3b652a4fb03a8dd6f3.tar.gz |
Merge commit '9c858ce33fa9b94ebc320dd9d9fa423e708e90cc'
* commit '9c858ce33fa9b94ebc320dd9d9fa423e708e90cc':
h264: remove a pointless comment
Merged-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/h264_slice.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c index 8d8e93941f..4f62b74146 100644 --- a/libavcodec/h264_slice.c +++ b/libavcodec/h264_slice.c @@ -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)); - /* 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; if (FRAME_MBAFF(h)) { const int left_mb_field_flag = IS_INTERLACED(h->cur_pic.mb_type[mb_xy - 1]); |