X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmd5enc.c;h=9c51cf1d437ec2434a79b020a2e83b55baa46d9f;hb=ec7ecb88117fd2d086f0be45ded9743c94100ef4;hp=4ea7924a3404a998af29c3c1a0a3063d5335d9de;hpb=a6ff8514a9bdc93739a73d28913c6b457baff32d;p=ffmpeg diff --git a/libavformat/md5enc.c b/libavformat/md5enc.c index 4ea7924a340..9c51cf1d437 100644 --- a/libavformat/md5enc.c +++ b/libavformat/md5enc.c @@ -68,7 +68,7 @@ static int write_trailer(struct AVFormatContext *s) AVOutputFormat ff_md5_muxer = { .name = "md5", - .long_name = NULL_IF_CONFIG_SMALL("MD5 testing format"), + .long_name = NULL_IF_CONFIG_SMALL("MD5 testing"), .priv_data_size = PRIVSIZE, .audio_codec = CODEC_ID_PCM_S16LE, .video_codec = CODEC_ID_RAWVIDEO, @@ -98,7 +98,7 @@ static int framemd5_write_packet(struct AVFormatContext *s, AVPacket *pkt) AVOutputFormat ff_framemd5_muxer = { .name = "framemd5", - .long_name = NULL_IF_CONFIG_SMALL("Per-frame MD5 testing format"), + .long_name = NULL_IF_CONFIG_SMALL("Per-frame MD5 testing"), .priv_data_size = PRIVSIZE, .audio_codec = CODEC_ID_PCM_S16LE, .video_codec = CODEC_ID_RAWVIDEO,