]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv30.c
Remove unnecessary assignment, found by CSA.
[ffmpeg] / libavcodec / rv30.c
index a18780cc9e62171c8c68ad5a48936722a7e66687..e1b3ad1db6d128def6fd296c04c79c43d7d1c1a5 100644 (file)
@@ -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,
 };