]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqvideodec.c
Change all occurences of "inofficial" to "unofficial" in code, comments
[ffmpeg] / libavcodec / roqvideodec.c
index 8e3bdb0dc30ce86d8c061453f3766e3ba381737e..7c6f5ff6fb6946eef6b1e4ea1d993c19b3b6b622 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 /**
- * @file libavcodec/roqvideodec.c
+ * @file
  * id RoQ Video Decoder by Dr. Tim Ferguson
  * For more information about the id RoQ format, visit:
  *   http://www.csse.monash.edu.au/~timf/
@@ -212,7 +212,7 @@ static av_cold int roq_decode_end(AVCodecContext *avctx)
 
 AVCodec roq_decoder = {
     "roqvideo",
-    CODEC_TYPE_VIDEO,
+    AVMEDIA_TYPE_VIDEO,
     CODEC_ID_ROQ,
     sizeof(RoqContext),
     roq_decode_init,