]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv30.c
typo in the mail, the 4am commit is always the worst
[ffmpeg] / libavcodec / rv30.c
index 0c6f343c9e61c2501e3419e8e4bcb5542d54910b..e1b3ad1db6d128def6fd296c04c79c43d7d1c1a5 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file rv30.c
+ * @file libavcodec/rv30.c
  * RV30 decoder
  */
 
@@ -276,5 +276,7 @@ AVCodec rv30_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 3.0"),
+    .pix_fmts= ff_pixfmt_list_420,
 };