Mercurial > libavcodec.hg
changeset 11776:906fdc96cdf4 libavcodec
Mark vorbis encoder as experimental.
author | cehoyos |
---|---|
date | Wed, 26 May 2010 18:54:59 +0000 |
parents | 0a4431996742 |
children | 82a880c86afd |
files | vorbis_enc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vorbis_enc.c Wed May 26 18:45:13 2010 +0000 +++ b/vorbis_enc.c Wed May 26 18:54:59 2010 +0000 @@ -1099,7 +1099,7 @@ 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"), };