Browse Source

examples/muxing: fix case inconsistency in message

tags/n1.1
Stefano Sabatini 13 years ago
parent
commit
e56b3a5ebb
1 changed files with 1 additions and 1 deletions
  1. +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, "could not open codec\n");
fprintf(stderr, "Could not open codec\n");
exit(1);
}



Loading…
Cancel
Save