summaryrefslogtreecommitdiff
path: root/libavcodec/rawdec.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-04-10 22:25:39 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-04-10 22:25:39 +0200
commitecb80fe78c5890e9ea98129f27e44c309aaa2fce (patch)
tree6d5ebcaef0a07276c25c8cc4e54ec6d7fbb4aa61 /libavcodec/rawdec.c
parent6290ba005296ac12898da69ce32b7fc08d88fa90 (diff)
Cosmetics: Remove an outdated comment from lavc/rawdec.c.
The missing swscale feature was implemented in 2011.
Diffstat (limited to 'libavcodec/rawdec.c')
-rw-r--r--libavcodec/rawdec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c
index 790a4db7dc..4295ed5690 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 },