mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
Merge commit '4dda5e9b0829b119c17d950906c61d3ebffc494f'
* commit '4dda5e9b0829b119c17d950906c61d3ebffc494f': sunrastenc: mention missing break Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
ccfae03815
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user