summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/demuxing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/demuxing.c b/doc/examples/demuxing.c
index aa8d16eb83..2aa00ce0c9 100644
--- a/doc/examples/demuxing.c
+++ b/doc/examples/demuxing.c
@@ -289,7 +289,7 @@ int main (int argc, char **argv)
if (video_stream)
printf("Demuxing video from file '%s' into '%s'\n", src_filename, video_dst_filename);
if (audio_stream)
- printf("Demuxing video from file '%s' into '%s'\n", src_filename, audio_dst_filename);
+ printf("Demuxing audio from file '%s' into '%s'\n", src_filename, audio_dst_filename);
/* read frames from the file */
while (av_read_frame(fmt_ctx, &pkt) >= 0)