Imported Debian version 2.5.0~trusty1.1
[deb_ffmpeg.git] / 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;