]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/tiff.c
Whitespace cosmetics
[ffmpeg] / libavcodec / tiff.c
index f8f3cbde95d8d1709e86974e0a6271d9b5acdc2b..2f3cef2b00d20747d54b23844095a6780f727739 100644 (file)
@@ -21,7 +21,7 @@
 
 /**
  * TIFF image decoder
- * @file libavcodec/tiff.c
+ * @file
  * @author Konstantin Shishkov
  */
 #include "avcodec.h"
@@ -592,7 +592,7 @@ static av_cold int tiff_end(AVCodecContext *avctx)
 
 AVCodec tiff_decoder = {
     "tiff",
-    CODEC_TYPE_VIDEO,
+    AVMEDIA_TYPE_VIDEO,
     CODEC_ID_TIFF,
     sizeof(TiffContext),
     tiff_init,