]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/kmvc.c
Whitespace cosmetics
[ffmpeg] / libavcodec / kmvc.c
index f4b54a138f452baf9e01cd67b427a73023391362..3e8dccd363b50f18bed5dbb93574490a913c14f9 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/kmvc.c
+ * @file
  * Karl Morton's Video Codec decoder
  */
 
@@ -403,7 +403,7 @@ static av_cold int decode_end(AVCodecContext * avctx)
 
 AVCodec kmvc_decoder = {
     "kmvc",
-    CODEC_TYPE_VIDEO,
+    AVMEDIA_TYPE_VIDEO,
     CODEC_ID_KMVC,
     sizeof(KmvcContext),
     decode_init,