]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/caf.c
lavf: Make make_absolute_url a lavf internal function
[ffmpeg] / libavformat / caf.c
index 98f7f78fa318a36e00360f82450491ba480cceb2..96fb8474d23b1e2bb86c1af321fb4b3e35ac3034 100644 (file)
  */
 
 /**
- * @file libavformat/caf.c
+ * @file
  * CAF common code
  */
 
 #include "avformat.h"
-#include "riff.h"
+#include "internal.h"
 #include "caf.h"
 
 /**
@@ -54,5 +54,5 @@ const AVCodecTag ff_codec_caf_tags[] = {
   /*{ MPEG4CELP                 MKBETAG('c','e','l','p') },*/
   /*{ MPEG4HVXC                 MKBETAG('h','v','x','c') },*/
   /*{ MPEG4TwinVQ               MKBETAG('t','w','v','q') },*/
-    { 0, 0 },
+    { CODEC_ID_NONE,            0 },
 };