summaryrefslogtreecommitdiff
path: root/libavcodec/rv40.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2011-08-09 11:19:55 +0200
committerDiego Biurrun <diego@biurrun.de>2011-08-09 12:06:38 +0200
commit7351eb14151602fa924ab3d5e374b7d60f32aff9 (patch)
treea001333c02cf1fab293c740e02299d945a0eac4b /libavcodec/rv40.c
parent9791c027336dcf60347881bb5c15e57920c769a4 (diff)
Pretty-print RV3/4 decoder source
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'libavcodec/rv40.c')
-rw-r--r--libavcodec/rv40.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/rv40.c b/libavcodec/rv40.c
index c5cbe05ae3..7f6c8dfcb4 100644
--- a/libavcodec/rv40.c
+++ b/libavcodec/rv40.c
@@ -677,7 +677,7 @@ AVCodec ff_rv40_decoder = {
.close = ff_rv34_decode_end,
.decode = ff_rv34_decode_frame,
.capabilities = 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,
+ .flush = ff_mpeg_flush,
+ .long_name = NULL_IF_CONFIG_SMALL("RealVideo 4.0"),
+ .pix_fmts = ff_pixfmt_list_420,
};