mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
Cosmetics: Reorder pix_fmts in tiffenc.c.
This commit is contained in:
@@ -263,8 +263,8 @@ static int encode_frame(AVCodecContext * avctx, AVPacket *pkt,
|
||||
|
||||
switch (avctx->pix_fmt) {
|
||||
case PIX_FMT_RGBA64LE:
|
||||
case PIX_FMT_RGB48LE:
|
||||
case PIX_FMT_RGBA:
|
||||
case PIX_FMT_RGB48LE:
|
||||
case PIX_FMT_RGB24:
|
||||
s->photometric_interpretation = 2;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user