mpegvideo_enc: remove stray duplicate line from 7f9aaa4

This commit is contained in:
Anton Khirnov 2012-08-19 19:28:52 +02:00
parent 1e6072139b
commit 677e763a55
1 changed files with 0 additions and 1 deletions

View File

@ -1073,7 +1073,6 @@ static int encode_frame(AVCodecContext *c, AVFrame *frame)
AVPacket pkt = { 0 };
int ret, got_output;
av_init_packet(&pkt);
av_init_packet(&pkt);
ret = avcodec_encode_video2(c, &pkt, frame, &got_output);
if (ret < 0)