X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fcrcenc.c;h=210ef2c4ddb4cdc5270035fe43ad1ec2f075d781;hb=ec7ecb88117fd2d086f0be45ded9743c94100ef4;hp=1f5854e08028a7f74ca4250daa1637cca93f6646;hpb=3245c8b669018c43ad4bc18cb1720cb757526b85;p=ffmpeg diff --git a/libavformat/crcenc.c b/libavformat/crcenc.c index 1f5854e0802..210ef2c4ddb 100644 --- a/libavformat/crcenc.c +++ b/libavformat/crcenc.c @@ -56,7 +56,7 @@ static int crc_write_trailer(struct AVFormatContext *s) AVOutputFormat ff_crc_muxer = { .name = "crc", - .long_name = NULL_IF_CONFIG_SMALL("CRC testing format"), + .long_name = NULL_IF_CONFIG_SMALL("CRC testing"), .priv_data_size = sizeof(CRCState), .audio_codec = CODEC_ID_PCM_S16LE, .video_codec = CODEC_ID_RAWVIDEO,