ffmpeg demuxing example patch


SUBMITTED BY: Guest

DATE: March 7, 2014, 6:58 p.m.

FORMAT: Text only

SIZE: 658 Bytes

HITS: 932

  1. diff --git a/doc/examples/demuxing_decoding.c b/doc/examples/demuxing_decoding.c
  2. index 077fc87..2ce4018 100644
  3. --- a/doc/examples/demuxing_decoding.c
  4. +++ b/doc/examples/demuxing_decoding.c
  5. @@ -279,7 +279,7 @@ int main (int argc, char **argv)
  6. audio_dec_ctx = audio_stream->codec;
  7. audio_dst_file = fopen(audio_dst_filename, "wb");
  8. if (!audio_dst_file) {
  9. - fprintf(stderr, "Could not open destination file %s\n", video_dst_filename);
  10. + fprintf(stderr, "Could not open destination file %s\n", audio_dst_filename);
  11. ret = 1;
  12. goto end;
  13. }

comments powered by Disqus