From 76e74e4831f08876f1f3d30a1640b0d084bed64a Mon Sep 17 00:00:00 2001
From: Anton Khirnov <anton@khirnov.net>
Date: Sat, 19 Jan 2013 09:15:37 +0100
Subject: [PATCH] h264: remove obsolete comment.

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

diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index ffe7586ad8f..a903b7b93b5 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:
-- 
GitLab