projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6118e52
)
better error message patch by (Michel Bardiaux <mbardiaux peaktime be>)
author
Michel Bardiaux
<mbardiaux@peaktime.be>
Wed, 16 Feb 2005 23:56:51 +0000
(23:56 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 16 Feb 2005 23:56:51 +0000
(23:56 +0000)
Originally committed as revision 3961 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c
patch
|
blob
|
blame
|
history
diff --git
a/ffmpeg.c
b/ffmpeg.c
index
7f962fc
..
98ba75a
100644
(file)
--- a/
ffmpeg.c
+++ b/
ffmpeg.c
@@
-1725,7
+1725,7
@@
static int av_encode(AVFormatContext **output_files,
exit(1);
}
if (avcodec_open(&ost->st->codec, codec) < 0) {
- fprintf(stderr, "Error while opening codec for stream #%d.%d - maybe incorrect parameters such as bit_rate, rate, width or height\n",
+ fprintf(stderr, "Error while opening codec for
output
stream #%d.%d - maybe incorrect parameters such as bit_rate, rate, width or height\n",
ost->file_index, ost->index);
exit(1);
}