[FFmpeg-cvslog] h264: remove obsolete comment.

Anton Khirnov git at videolan.org
Tue Jan 29 14:39:23 CET 2013


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Jan 19 09:15:37 2013 +0100| [76e74e4831f08876f1f3d30a1640b0d084bed64a] | committer: Anton Khirnov

h264: remove obsolete comment.

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

 libavcodec/h264.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index ffe7586..a903b7b 100644
--- a/libavcodec/h264.c
+++ b/libavcodec/h264.c
@@ -1415,7 +1415,6 @@ static void decode_postinit(H264Context *h, int setup_finished)
             cur->f.repeat_pict = 1;
             break;
         case SEI_PIC_STRUCT_FRAME_DOUBLING:
-            // Force progressive here, doubling interlaced frame is a bad idea.
             cur->f.repeat_pict = 2;
             break;
         case SEI_PIC_STRUCT_FRAME_TRIPLING:



More information about the ffmpeg-cvslog mailing list