summaryrefslogtreecommitdiffstats
path: root/libavformat/crcenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/crcenc.c')
-rw-r--r--libavformat/crcenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/crcenc.c b/libavformat/crcenc.c
index c67fd09..8c0c91d 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"),
.extensions = "",
.priv_data_size = sizeof(CRCState),
.audio_codec = CODEC_ID_PCM_S16LE,
OpenPOWER on IntegriCloud