]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv40.c
Add channel layout support to the AC-3 encoder.
[ffmpeg] / libavcodec / rv40.c
index 5c9196cd7964f86d119117a9c9ce8ad08f000772..8e1a47095433439dc2ae9b506eb1ab556c053b39 100644 (file)
@@ -654,5 +654,7 @@ AVCodec rv40_decoder = {
     ff_rv34_decode_end,
     ff_rv34_decode_frame,
     CODEC_CAP_DR1 | CODEC_CAP_DELAY,
+    .flush = ff_mpeg_flush,
     .long_name = NULL_IF_CONFIG_SMALL("RealVideo 4.0"),
+    .pix_fmts= ff_pixfmt_list_420,
 };