[FFmpeg-cvslog] Cosmetics: Remove an outdated comment from lavc/rawdec.c.

Carl Eugen Hoyos git at videolan.org
Thu Apr 10 22:27:00 CEST 2014


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Thu Apr 10 22:25:39 2014 +0200| [ecb80fe78c5890e9ea98129f27e44c309aaa2fce] | committer: Carl Eugen Hoyos

Cosmetics: Remove an outdated comment from lavc/rawdec.c.

The missing swscale feature was implemented in 2011.

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

 libavcodec/rawdec.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index 790a4db..4295ed5 100644
--- a/libavcodec/rawdec.c
+++ b/libavcodec/rawdec.c
@@ -80,8 +80,6 @@ static const PixelFormatTag pix_fmt_bps_mov[] = {
     { AV_PIX_FMT_PAL8,      2 },
     { AV_PIX_FMT_PAL8,      4 },
     { AV_PIX_FMT_PAL8,      8 },
-    // FIXME swscale does not support 16 bit in .mov, sample 16bit.mov
-    // http://developer.apple.com/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html
     { AV_PIX_FMT_RGB555BE, 16 },
     { AV_PIX_FMT_RGB24,    24 },
     { AV_PIX_FMT_ARGB,     32 },



More information about the ffmpeg-cvslog mailing list