Commit 743052ec authored by Paul B Mahol's avatar Paul B Mahol

avcodec/cinepakenc: remove CVID from long description

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 93540492
......@@ -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,
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment