ffmpeg | branch: master | Paul B Mahol <[email protected]> | Sat Apr 28 12:45:04 2018 +0200| [99d24499c2318743a50aff1c6dac92a390997952] | committer: Paul B Mahol
avcodec/proresdec2: make long name more descriptive Signed-off-by: Paul B Mahol <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=99d24499c2318743a50aff1c6dac92a390997952 --- libavcodec/proresdec2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/proresdec2.c b/libavcodec/proresdec2.c index d97e264e44..35bc3effdb 100644 --- a/libavcodec/proresdec2.c +++ b/libavcodec/proresdec2.c @@ -703,7 +703,7 @@ static av_cold int decode_close(AVCodecContext *avctx) AVCodec ff_prores_decoder = { .name = "prores", - .long_name = NULL_IF_CONFIG_SMALL("ProRes"), + .long_name = NULL_IF_CONFIG_SMALL("ProRes (iCodec Pro)"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_PRORES, .priv_data_size = sizeof(ProresContext), _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
