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
ffmpeg: init icodec.
With complex filter graphs, it can end up accessed without having been set.
tags/n1.0
Nicolas George
13 years ago
parent
8362d734a3
commit
fbaa8fe6c6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
ffmpeg.c
+ 1
- 1
ffmpeg.c
View File
@@ -2747,7 +2747,7 @@ static int transcode_init(void)
{
int ret = 0, i, j, k;
AVFormatContext *oc;
AVCodecContext *codec, *icodec;
AVCodecContext *codec, *icodec
= NULL
;
OutputStream *ost;
InputStream *ist;
char error[1024];
Write
Preview
Loading…
Cancel
Save