Remove unneeded line. key_frame is already set to 1 in avcodec_alloc_frame().

Originally committed as revision 26020 to svn://svn.ffmpeg.org/ffmpeg/trunk
oldabi
Justin Ruggles 14 years ago
parent 2d82d9b1df
commit 7eeca961e3
  1. 1
      libavcodec/ac3enc.c

@ -1609,7 +1609,6 @@ static av_cold int ac3_encode_init(AVCodecContext *avctx)
mdct_init(9);
avctx->coded_frame= avcodec_alloc_frame();
avctx->coded_frame->key_frame= 1;
return 0;
}

Loading…
Cancel
Save