Commit ccfae038 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '4dda5e9b'

* commit '4dda5e9b':
  sunrastenc: mention missing break
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents ef4e54e0 4dda5e9b
......@@ -158,6 +158,7 @@ static av_cold int sunrast_encode_init(AVCodecContext *avctx)
case AV_PIX_FMT_PAL8 :
s->maptype = RMT_EQUAL_RGB;
s->maplength = 3 * 256;
/* fall-through */
case AV_PIX_FMT_GRAY8:
s->depth = 8;
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