Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
Originally committed as revision 10111 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f3a3c72e3c
commit
9c0edaaf13
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue