]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sunrastenc.c
Merge commit 'aa8b39d999589154f79300de9038994d0093cd34'
[ffmpeg] / libavcodec / sunrastenc.c
index a55e3d439a9dc7c43054c1b8d06df4a83a988b3b..cff8c85c3fc7f5ad89043304b1a49a314ea21d8e 100644 (file)
@@ -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;