mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
sunrastenc: mention missing break
Bug-Id: CID 732231
This commit is contained in:
parent
28d82b7675
commit
4dda5e9b08
@ -169,6 +169,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;
|
||||
|
Loading…
Reference in New Issue
Block a user