]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/crcenc.c
Add ff_sauce_read()
[ffmpeg] / libavformat / crcenc.c
index 3ed0cdb45069f19e98c1f675817fad9cb5d5cc86..b343464c493f425e61f715cacbc8e01ae38975aa 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * CRC encoder (for codec/format testing)
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
@@ -56,7 +56,7 @@ static int crc_write_trailer(struct AVFormatContext *s)
 
 AVOutputFormat crc_muxer = {
     "crc",
-    "crc testing format",
+    NULL_IF_CONFIG_SMALL("CRC testing format"),
     NULL,
     "",
     sizeof(CRCState),