On 11/11/14 17:40, Vittorio Giovara wrote:
> Bug-Id: CID 732231
> ---
>  libavcodec/sunrastenc.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavcodec/sunrastenc.c b/libavcodec/sunrastenc.c
> index 25ae9bd..8e90a6c 100644
> --- a/libavcodec/sunrastenc.c
> +++ b/libavcodec/sunrastenc.c
> @@ -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;
> 

Acceptable.
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to