h264: remove obsolete comment.

This commit is contained in:
Anton Khirnov 2013-01-19 09:15:37 +01:00
parent 47318953dd
commit 76e74e4831
1 changed files with 0 additions and 1 deletions

View 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: