You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/cinepakenc: remove CVID from long description
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -1385,6 +1385,6 @@ AVCodec ff_cinepak_encoder = {
|
|||||||
.encode2 = cinepak_encode_frame,
|
.encode2 = cinepak_encode_frame,
|
||||||
.close = cinepak_encode_end,
|
.close = cinepak_encode_end,
|
||||||
.pix_fmts = (const enum AVPixelFormat[]){AV_PIX_FMT_RGB24, AV_PIX_FMT_GRAY8, AV_PIX_FMT_NONE},
|
.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,
|
.priv_class = &cinepak_class,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user