[FFmpeg-cvslog] h264: remove a pointless comment

Anton Khirnov git at videolan.org
Mon Jun 20 15:36:29 CEST 2016


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Apr 13 17:15:40 2016 +0200| [9c858ce33fa9b94ebc320dd9d9fa423e708e90cc] | committer: Anton Khirnov

h264: remove a pointless comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c858ce33fa9b94ebc320dd9d9fa423e708e90cc
---

 libavcodec/h264_slice.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/h264_slice.c b/libavcodec/h264_slice.c
index 240feb9..25f4cbf 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]);



More information about the ffmpeg-cvslog mailing list