]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/framecrcenc.c
In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it
[ffmpeg] / libavformat / framecrcenc.c
index 0b537158c4cd8e8a026d844d22b3867baab328bc..f456ec6816cc803c62e48ded5e66021dbf914ac3 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * frame CRC encoder (for codec/format testing)
- * Copyright (c) 2002 Fabrice Bellard.
+ * Copyright (c) 2002 Fabrice Bellard
  *
  * This file is part of FFmpeg.
  *
@@ -33,9 +33,9 @@ static int framecrc_write_packet(struct AVFormatContext *s, AVPacket *pkt)
     return 0;
 }
 
-AVOutputFormat framecrc_muxer = {
+AVOutputFormat ff_framecrc_muxer = {
     "framecrc",
-    "framecrc testing format",
+    NULL_IF_CONFIG_SMALL("framecrc testing format"),
     NULL,
     "",
     0,