Browse Source

h264: remove obsolete comment.

tags/n1.2
Anton Khirnov 12 years ago
parent
commit
76e74e4831
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/h264.c

+ 0
- 1
libavcodec/h264.c View File

@@ -1415,7 +1415,6 @@ static void decode_postinit(H264Context *h, int setup_finished)
cur->f.repeat_pict = 1; cur->f.repeat_pict = 1;
break; break;
case SEI_PIC_STRUCT_FRAME_DOUBLING: case SEI_PIC_STRUCT_FRAME_DOUBLING:
// Force progressive here, doubling interlaced frame is a bad idea.
cur->f.repeat_pict = 2; cur->f.repeat_pict = 2;
break; break;
case SEI_PIC_STRUCT_FRAME_TRIPLING: case SEI_PIC_STRUCT_FRAME_TRIPLING:


Loading…
Cancel
Save