OSDN Git Service

avformat/mov: Do not compute a grayscale palette for cinepak in mov.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Thu, 12 Dec 2013 12:42:10 +0000 (13:42 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 24 Dec 2013 21:22:06 +0000 (22:22 +0100)
commitd63e9943615fe4a7dece768e5c91616a7f63283a
treeb4c00ec7fac0ee31c08e7b6aaf8741d167aecad1
parent251c96a70b0d8cc729ded8c09c7b8bfe03f1a138
avformat/mov: Do not compute a grayscale palette for cinepak in mov.

This was never done for avi files, the decoder always produced
output no matter if a palette was computed or not.
Since a non-standard palette was needed, this simplifies the code.
See issue 1067 and ticket #165.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/mov.c