Commit 5eb532a9 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Cosmetics: Reorder pix_fmts in tiffenc.c.

parent a5a90fa5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment