]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dfa.c
dsputil_alpha.h: Add missing stddef.h header to fix standalone compilation
[ffmpeg] / libavformat / dfa.c
index 2ab3596674aeb7d4ac55da073158cc68da2fe788..fa32d1f2cfb13d5e1f9492f9e9c4297b7246cc8c 100644 (file)
@@ -50,7 +50,7 @@ static int dfa_read_header(AVFormatContext *s)
         return AVERROR(ENOMEM);
 
     st->codec->codec_type = AVMEDIA_TYPE_VIDEO;
-    st->codec->codec_id   = CODEC_ID_DFA;
+    st->codec->codec_id   = AV_CODEC_ID_DFA;
     st->codec->width      = avio_rl16(pb);
     st->codec->height     = avio_rl16(pb);
     mspf = avio_rl32(pb);