You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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) {
|
switch (avctx->pix_fmt) {
|
||||||
case PIX_FMT_RGBA64LE:
|
case PIX_FMT_RGBA64LE:
|
||||||
case PIX_FMT_RGB48LE:
|
|
||||||
case PIX_FMT_RGBA:
|
case PIX_FMT_RGBA:
|
||||||
|
case PIX_FMT_RGB48LE:
|
||||||
case PIX_FMT_RGB24:
|
case PIX_FMT_RGB24:
|
||||||
s->photometric_interpretation = 2;
|
s->photometric_interpretation = 2;
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user