From 7351eb14151602fa924ab3d5e374b7d60f32aff9 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Tue, 9 Aug 2011 11:19:55 +0200 Subject: Pretty-print RV3/4 decoder source Signed-off-by: Diego Biurrun --- libavcodec/rv40.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/rv40.c') 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, }; -- cgit v1.2.3