]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/msvideo1.c
lavc: Drop deprecated way of setting codec dimensions
[ffmpeg] / libavcodec / msvideo1.c
index 7fd863354ee3c5c954a39cc32666130704682ac4..37ea32df70b3611cdb0bf2f5e37b12408b15e75e 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Microsoft Video-1 Decoder
- * Copyright (C) 2003 the ffmpeg project
+ * Copyright (C) 2003 The FFmpeg project
  *
  * This file is part of Libav.
  *
@@ -24,7 +24,6 @@
  * Microsoft Video-1 Decoder by Mike Melanson (melanson@pcisys.net)
  * For more information about the MS Video-1 format, visit:
  *   http://www.pcisys.net/~melanson/codecs/
- *
  */
 
 #include <stdio.h>
@@ -346,5 +345,5 @@ AVCodec ff_msvideo1_decoder = {
     .init           = msvideo1_decode_init,
     .close          = msvideo1_decode_end,
     .decode         = msvideo1_decode_frame,
-    .capabilities   = CODEC_CAP_DR1,
+    .capabilities   = AV_CODEC_CAP_DR1,
 };