From 743052ec5bd6fef7b0f465dbd9ccc4e570ef8a02 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 14 Jan 2017 16:56:47 +0100 Subject: [PATCH] avcodec/cinepakenc: remove CVID from long description Signed-off-by: Paul B Mahol --- libavcodec/cinepakenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/cinepakenc.c b/libavcodec/cinepakenc.c index 06b06da95f..3670157dfc 100644 --- a/libavcodec/cinepakenc.c +++ b/libavcodec/cinepakenc.c @@ -1385,6 +1385,6 @@ AVCodec ff_cinepak_encoder = { .encode2 = cinepak_encode_frame, .close = cinepak_encode_end, .pix_fmts = (const enum AVPixelFormat[]){AV_PIX_FMT_RGB24, AV_PIX_FMT_GRAY8, AV_PIX_FMT_NONE}, - .long_name = NULL_IF_CONFIG_SMALL("Cinepak / CVID"), + .long_name = NULL_IF_CONFIG_SMALL("Cinepak"), .priv_class = &cinepak_class, };