summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-04-13 17:15:40 +0200
committerAnton Khirnov <anton@khirnov.net>2016-04-24 10:06:25 +0200
commit9c858ce33fa9b94ebc320dd9d9fa423e708e90cc (patch)
tree6c02d0cc60ce88fa6c880a4e1bc74db2dfe1e7ac /libavcodec
parentb77fffa127663028169c5ed543956af4b9496c29 (diff)
h264: remove a pointless comment
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/h264_slice.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index 240feb9d0f..25f4cbfb9d 100644
--- a/libavcodec/h264_slice.c
+++ b/libavcodec/h264_slice.c
@@ -1668,9 +1668,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]);