]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dpcm.c
libxvid: Use proper context in av_log() calls
[ffmpeg] / libavcodec / dpcm.c
index 5ab2331601df571f4d0550c865caadbce1a0973f..7567643d453057d40d35ab0f3ac0cd24d0d24464 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Assorted DPCM codecs
- * Copyright (c) 2003 The ffmpeg Project
+ * Copyright (c) 2003 The FFmpeg project
  *
  * This file is part of Libav.
  *
@@ -333,7 +333,7 @@ AVCodec ff_ ## name_ ## _decoder = {                        \
     .priv_data_size = sizeof(DPCMContext),                  \
     .init           = dpcm_decode_init,                     \
     .decode         = dpcm_decode_frame,                    \
-    .capabilities   = CODEC_CAP_DR1,                        \
+    .capabilities   = AV_CODEC_CAP_DR1,                     \
 }
 
 DPCM_DECODER(AV_CODEC_ID_INTERPLAY_DPCM, interplay_dpcm, "DPCM Interplay");