[FFmpeg-cvslog] Remove lowres support from cdgraphics decoder

ami_stuff git at videolan.org
Fri Apr 29 01:31:55 CEST 2011


ffmpeg | branch: master | ami_stuff <ami_stuff at o2.pl> | Fri Apr 29 00:58:57 2011 +0200| [0fea3b7b807b58b72522044770b9307ba141f172] | committer: Michael Niedermayer

Remove lowres support from cdgraphics decoder

The lowres support doesn't work correctly (crops the video), so let's remove it.

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0fea3b7b807b58b72522044770b9307ba141f172
---

 libavcodec/cdgraphics.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/libavcodec/cdgraphics.c b/libavcodec/cdgraphics.c
index 68f556b..aae7bbb 100644
--- a/libavcodec/cdgraphics.c
+++ b/libavcodec/cdgraphics.c
@@ -377,6 +377,5 @@ AVCodec ff_cdgraphics_decoder = {
     cdg_decode_end,
     cdg_decode_frame,
     CODEC_CAP_DR1,
-    .max_lowres = 5,
     .long_name = NULL_IF_CONFIG_SMALL("CD Graphics video"),
 };



More information about the ffmpeg-cvslog mailing list