Commit 7eeca961 authored by Justin Ruggles's avatar Justin Ruggles

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
parent 2d82d9b1
...@@ -1609,7 +1609,6 @@ static av_cold int ac3_encode_init(AVCodecContext *avctx) ...@@ -1609,7 +1609,6 @@ static av_cold int ac3_encode_init(AVCodecContext *avctx)
mdct_init(9); mdct_init(9);
avctx->coded_frame= avcodec_alloc_frame(); avctx->coded_frame= avcodec_alloc_frame();
avctx->coded_frame->key_frame= 1;
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment