[FFmpeg-cvslog] avcodec/cinepakenc: remove CVID from long description
Paul B Mahol
git at videolan.org
Sat Jan 14 17:58:25 EET 2017
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sat Jan 14 16:56:47 2017 +0100| [743052ec5bd6fef7b0f465dbd9ccc4e570ef8a02] | committer: Paul B Mahol
avcodec/cinepakenc: remove CVID from long description
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=743052ec5bd6fef7b0f465dbd9ccc4e570ef8a02
---
libavcodec/cinepakenc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/cinepakenc.c b/libavcodec/cinepakenc.c
index 06b06da..3670157 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,
};
More information about the ffmpeg-cvslog
mailing list