]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rso.c
mov: Write prof section of tapt tag
[ffmpeg] / libavformat / rso.c
index fc39abcc8a679585600b399ede5e06407af718eb..4ce61e7a102302288dbda41c13ae19c4fedac393 100644 (file)
@@ -24,7 +24,7 @@
 #include "rso.h"
 
 const AVCodecTag ff_codec_rso_tags[] = {
-    { CODEC_ID_PCM_U8,          0x0100 },
-    { CODEC_ID_ADPCM_IMA_WAV,   0x0101 },
-    { CODEC_ID_NONE, 0 },
+    { AV_CODEC_ID_PCM_U8,          0x0100 },
+    { AV_CODEC_ID_ADPCM_IMA_WAV,   0x0101 },
+    { AV_CODEC_ID_NONE, 0 },
 };