Browse Source

ra144enc: reject unsupported sample rates

tags/n1.1
Piotr Bandurski Paul B Mahol 13 years ago
parent
commit
7e93b0ba4b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/ra144enc.c

+ 1
- 0
libavcodec/ra144enc.c View File

@@ -564,5 +564,6 @@ AVCodec ff_ra_144_encoder = {
.capabilities = CODEC_CAP_DELAY | CODEC_CAP_SMALL_LAST_FRAME,
.sample_fmts = (const enum AVSampleFormat[]){ AV_SAMPLE_FMT_S16,
AV_SAMPLE_FMT_NONE },
.supported_samplerates = (const int[]){ 8000, 0 },
.long_name = NULL_IF_CONFIG_SMALL("RealAudio 1.0 (14.4K)"),
};

Loading…
Cancel
Save