h264: remove obsolete comment.

pull/9/head
Anton Khirnov 12 years ago
parent 47318953dd
commit 76e74e4831
  1. 1
      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:

Loading…
Cancel
Save