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
examples/muxing: fix case inconsistency in message
tags/n1.1
Stefano Sabatini
13 years ago
parent
e75357ea7c
commit
e56b3a5ebb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/examples/muxing.c
+ 1
- 1
doc/examples/muxing.c
View File
@@ -98,7 +98,7 @@ static void open_audio(AVFormatContext *oc, AVCodec *codec, AVStream *st)
/* open it */
if (avcodec_open2(c, codec, NULL) < 0) {
fprintf(stderr, "
c
ould not open codec\n");
fprintf(stderr, "
C
ould not open codec\n");
exit(1);
}
Write
Preview
Loading…
Cancel
Save