[FFmpeg-devel] [FFmpeg-cvslog] avcodec/mscc: fix several bugs
Carl Eugen Hoyos
ceffmpeg at gmail.com
Tue Aug 28 13:02:39 EEST 2018
2018-08-28 12:00 GMT+02:00, Paul B Mahol <onemda at gmail.com>:
> On 8/28/18, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
>> 2018-08-26 18:05 GMT+02:00, Paul B Mahol <git at videolan.org>:
>>
>>> switch (avctx->bits_per_coded_sample) {
>>> - case 8: avctx->pix_fmt = AV_PIX_FMT_GRAY8; break;
>>> + case 8: avctx->pix_fmt = AV_PIX_FMT_PAL8; break;
>>
>> Do you have a sample that looks correct with this particular change?
>> Can you share it?
>
> No, but PAL8 samples looks same as in VirtualDub2.
But GRAY8 looks really nice and there is no palette in extradata
for the two files I can test.
Carl Eugen
More information about the ffmpeg-devel
mailing list