summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-01-19 09:15:37 +0100
committerAnton Khirnov <anton@khirnov.net>2013-01-29 07:32:47 +0100
commit76e74e4831f08876f1f3d30a1640b0d084bed64a (patch)
treead05beb26e43225fc1c54dc22de215b85fba55e8 /libavcodec
parent47318953ddfe8aa7dd00ad90bd21ea3a995e35d0 (diff)
h264: remove obsolete comment.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/h264.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c
index ffe7586ad8..a903b7b93b 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: