]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ra144enc.c
h264: move list_count and current_slice reset to flush_change()
[ffmpeg] / libavcodec / ra144enc.c
index e0fb82785638acd3f12952e0711d239d6c1e689c..9a8ac2b2e3b60d424c26eaa10caebea5cf8af5eb 100644 (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)"),
 };