]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/crcenc.c
asfdec: move DAR list to ASFContext
[ffmpeg] / libavformat / crcenc.c
index a709c955d9d2d9f30a92b38cf0bdef62323d2e9d..2f9a099a21f3534e073cac97215c3b9715298ea0 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.
  *
@@ -54,7 +54,7 @@ static int crc_write_trailer(struct AVFormatContext *s)
     return 0;
 }
 
-AVOutputFormat crc_muxer = {
+AVOutputFormat ff_crc_muxer = {
     "crc",
     NULL_IF_CONFIG_SMALL("CRC testing format"),
     NULL,