Browse Source

Mark vorbis encoder as experimental.

backport r23339 by cehoyos


Originally committed as revision 23381 to svn://svn.ffmpeg.org/ffmpeg/branches/0.6
tags/v0.6
Reinhard Tartler 15 years ago
parent
commit
8f3504c3ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/vorbis_enc.c

+ 1
- 1
libavcodec/vorbis_enc.c View File

@@ -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…
Cancel
Save