From 84bccae8e9ac02e5088a684b6a7855896c2195eb Mon Sep 17 00:00:00 2001 From: compn Date: Fri, 7 Mar 2014 17:07:37 -0500 Subject: doc: fix typo --- doc/examples/demuxing_decoding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/examples/demuxing_decoding.c b/doc/examples/demuxing_decoding.c index 077fc87b5b..2ce4018c79 100644 --- a/doc/examples/demuxing_decoding.c +++ b/doc/examples/demuxing_decoding.c @@ -279,7 +279,7 @@ int main (int argc, char **argv) audio_dec_ctx = audio_stream->codec; audio_dst_file = fopen(audio_dst_filename, "wb"); if (!audio_dst_file) { - fprintf(stderr, "Could not open destination file %s\n", video_dst_filename); + fprintf(stderr, "Could not open destination file %s\n", audio_dst_filename); ret = 1; goto end; } -- cgit v1.2.3