Commit 3af1792a authored by cehoyos's avatar cehoyos

Mark vorbis encoder as experimental.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23339 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4a351234
......@@ -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"),
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment