]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tmv.c
Tweak texi2pod.pl to make it print the various sections in the
[ffmpeg] / libavcodec / tmv.c
index 29aaae1fe71b339a063209dd8e6e572ca0f4a88b..5117cd03cd071657f38901689c8840f4cc777587 100644 (file)
@@ -21,7 +21,7 @@
 
 /**
  * 8088flex TMV video decoder
- * @file libavcodec/tmv.c
+ * @file
  * @author Daniel Verkamp
  * @sa http://www.oldskool.org/pc/8088_Corruption
  */
@@ -100,7 +100,7 @@ static av_cold int tmv_decode_close(AVCodecContext *avctx)
 
 AVCodec tmv_decoder = {
     .name           = "tmv",
-    .type           = CODEC_TYPE_VIDEO,
+    .type           = AVMEDIA_TYPE_VIDEO,
     .id             = CODEC_ID_TMV,
     .priv_data_size = sizeof(TMVContext),
     .close          = tmv_decode_close,