]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/roqvideodec.c
lavf: deprecate AVFormatContext.index_built
[ffmpeg] / libavcodec / roqvideodec.c
index a762adbc8892de99081dd263a8670928191699ab..4959239ba7f688d3e99fe216ef1d74d914de3e80 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/
@@ -210,7 +210,7 @@ static av_cold int roq_decode_end(AVCodecContext *avctx)
     return 0;
 }
 
-AVCodec roq_decoder = {
+AVCodec ff_roq_decoder = {
     "roqvideo",
     AVMEDIA_TYPE_VIDEO,
     CODEC_ID_ROQ,