This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Fix duplicate packet init introduced by
7f9aaa4
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Wolfram Gloger
Michael Niedermayer
13 years ago
parent
76c3fff2f3
commit
a5a0dedf11
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/mpegvideo_enc.c
+ 0
- 1
libavcodec/mpegvideo_enc.c
View File
@@ -1125,7 +1125,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)
Write
Preview
Loading…
Cancel
Save