diff options
author | Jinghua Luo <sunmoon1997@gmail.com> | 2008-04-07 17:27:49 +0100 |
---|---|---|
committer | Jinghua Luo <sunmoon1997@gmail.com> | 2008-04-07 17:27:49 +0100 |
commit | d3bb60048b4ff30adc379f5e1eab62db8354db8b (patch) | |
tree | 527a2eb2c04e7662e992ce9bf97f450a0ad62a4f /src/libreal/xine_real_video_decoder.c | |
parent | aae81ebc2ba5f815d8cc153b1edabb70fda440ca (diff) | |
download | xine-lib-d3bb60048b4ff30adc379f5e1eab62db8354db8b.tar.gz xine-lib-d3bb60048b4ff30adc379f5e1eab62db8354db8b.tar.bz2 |
Use ffmpeg's cook decoder and fix Real decoder bugs
This patch drops support for RV20.
Diffstat (limited to 'src/libreal/xine_real_video_decoder.c')
-rw-r--r-- | src/libreal/xine_real_video_decoder.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libreal/xine_real_video_decoder.c b/src/libreal/xine_real_video_decoder.c index 57046a5f2..cb7794cca 100644 --- a/src/libreal/xine_real_video_decoder.c +++ b/src/libreal/xine_real_video_decoder.c @@ -551,8 +551,7 @@ void *init_realvdec (xine_t *xine, void *data) { * exported plugin catalog entry */ -static uint32_t supported_types[] = { BUF_VIDEO_RV20, - BUF_VIDEO_RV30, +static uint32_t supported_types[] = { BUF_VIDEO_RV30, BUF_VIDEO_RV40, 0 }; |