]> git.sesse.net Git - ffmpeg/commitdiff
h264: remove obsolete comment.
authorAnton Khirnov <anton@khirnov.net>
Sat, 19 Jan 2013 08:15:37 +0000 (09:15 +0100)
committerAnton Khirnov <anton@khirnov.net>
Tue, 29 Jan 2013 06:32:47 +0000 (07:32 +0100)
libavcodec/h264.c

index ffe7586ad8f2703144cd5346b5ad3bb47a20ef42..a903b7b93b5fe0470c816829072ac5896894144e 100644 (file)
@@ -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: