]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mdec.c
Windows Televison (WTV) demuxer
[ffmpeg] / libavcodec / mdec.c
index 8e737715c1262598169a9221638bcce245acfd7b..606a749695050d639700a43a9608b926756ca57e 100644 (file)
@@ -22,7 +22,7 @@
  */
 
 /**
- * @file libavcodec/mdec.c
+ * @file
  * Sony PlayStation MDEC (Motion DECoder)
  * This is very similar to intra-only MPEG-1.
  */
@@ -250,7 +250,7 @@ static av_cold int decode_end(AVCodecContext *avctx){
 
 AVCodec mdec_decoder = {
     "mdec",
-    CODEC_TYPE_VIDEO,
+    AVMEDIA_TYPE_VIDEO,
     CODEC_ID_MDEC,
     sizeof(MDECContext),
     decode_init,