projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a3c72
)
Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
author
Ramiro Polla
<ramiro.polla@gmail.com>
Mon, 13 Aug 2007 22:55:44 +0000
(22:55 +0000)
committer
Ramiro Polla
<ramiro.polla@gmail.com>
Mon, 13 Aug 2007 22:55:44 +0000
(22:55 +0000)
Originally committed as revision 10111 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/vocenc.c
patch
|
blob
|
history
diff --git
a/libavformat/vocenc.c
b/libavformat/vocenc.c
index
988533d
..
ae1ef90
100644
(file)
--- a/
libavformat/vocenc.c
+++ b/
libavformat/vocenc.c
@@
-34,7
+34,7
@@
static int voc_write_header(AVFormatContext *s)
if (s->nb_streams != 1
|| s->streams[0]->codec->codec_type != CODEC_TYPE_AUDIO)
- return AVERROR
(ENOTSUP)
;
+ return AVERROR
_PATCHWELCOME
;
put_buffer(pb, voc_magic, sizeof(voc_magic) - 1);
put_le16(pb, header_size);