Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- From e80bdcf9ad71bb1f18e082c7e4f6a1e74ec966b3 Mon Sep 17 00:00:00 2001
- From: Brendan Long <[email protected]>
- Date: Fri, 21 Jun 2013 19:14:01 -0600
- Subject: [PATCH] Fix encoder_example's error output so it doesn't say it
- accepts RIFF WAV input.
- ---
- examples/encoder_example.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
- diff --git a/examples/encoder_example.c b/examples/encoder_example.c
- index dacb8d2..2fa6d23 100644
- --- a/examples/encoder_example.c
- +++ b/examples/encoder_example.c
- @@ -288,7 +288,7 @@ static void id_file(av_input *_avin,const char *_file){
- }
- else{
- fprintf(stderr,
- - "Input file '%s' is neither a RIFF WAVE or YUV4MPEG2 file.\n",_file);
- + "Input file '%s' is not a YUV4MPEG2 file.\n",_file);
- }
- }
- --
- 1.8.1.4
Advertisement
Add Comment
Please, Sign In to add comment