diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-08-09 16:32:39 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-08-09 16:32:39 +0200 |
commit | 3a1df52e3ce70f41c4f8b9900be2c2907b7e21ef (patch) | |
tree | fd33523cf6ed3e5fd50a2a328c588a9a3e722fdd /libavcodec/rv40.c | |
parent | aae1c247b1cd5f17c137f5c7f357c519200b1017 (diff) | |
parent | 7351eb14151602fa924ab3d5e374b7d60f32aff9 (diff) | |
download | ffmpeg-3a1df52e3ce70f41c4f8b9900be2c2907b7e21ef.tar.gz |
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/rv40.c')
-rw-r--r-- | libavcodec/rv40.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/rv40.c b/libavcodec/rv40.c index 67676c26cc..8c157fe18d 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, }; |