From 7f6f8f642c330d04f1615e69559fc023468faabb Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 6 Nov 2012 01:06:35 +0100 Subject: examples/demuxing: fix braino s/video/audio/ in a log message. --- doc/examples/demuxing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3