mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 20:50:09 +00:00
Mark vorbis encoder as experimental.
Originally committed as revision 23339 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
fe9c200774
commit
35f7c39a5d
@ -1099,7 +1099,7 @@ AVCodec vorbis_encoder = {
|
||||
vorbis_encode_init,
|
||||
vorbis_encode_frame,
|
||||
vorbis_encode_close,
|
||||
.capabilities= CODEC_CAP_DELAY,
|
||||
.capabilities= CODEC_CAP_DELAY | CODEC_CAP_EXPERIMENTAL,
|
||||
.sample_fmts = (const enum SampleFormat[]){SAMPLE_FMT_S16,SAMPLE_FMT_NONE},
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Vorbis"),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user