summaryrefslogtreecommitdiff
path: root/libavcodec/rv30.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-08-09 16:32:39 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-08-09 16:32:39 +0200
commit3a1df52e3ce70f41c4f8b9900be2c2907b7e21ef (patch)
treefd33523cf6ed3e5fd50a2a328c588a9a3e722fdd /libavcodec/rv30.c
parentaae1c247b1cd5f17c137f5c7f357c519200b1017 (diff)
parent7351eb14151602fa924ab3d5e374b7d60f32aff9 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: Pretty-print RV3/4 decoder source Saner RV1/2 initialisation and RV2 header parsing. Conflicts: libavcodec/rv10.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/rv30.c')
-rw-r--r--libavcodec/rv30.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/rv30.c b/libavcodec/rv30.c
index d2cc533d80..f724c0b794 100644
--- a/libavcodec/rv30.c
+++ b/libavcodec/rv30.c
@@ -275,7 +275,7 @@ AVCodec ff_rv30_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 3.0"),
- .pix_fmts= ff_pixfmt_list_420,
+ .flush = ff_mpeg_flush,
+ .long_name = NULL_IF_CONFIG_SMALL("RealVideo 3.0"),
+ .pix_fmts = ff_pixfmt_list_420,
};