]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/eatqi.c
ac3enc: add float_to_fixed24() with x86-optimized versions to AC3DSPContext
[ffmpeg] / libavcodec / eatqi.c
index bedfaadc153f4ae720f731015bffe06f0d400e2f..44792f04831e8a42f6111ee3be931828183dbc22 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file eatqi.c
+ * @file
  * Electronic Arts TQI Video Decoder
  * by Peter Ross <pross@xvid.org>
  *
@@ -154,7 +154,7 @@ static av_cold int tqi_decode_end(AVCodecContext *avctx)
     return 0;
 }
 
-AVCodec eatqi_decoder = {
+AVCodec ff_eatqi_decoder = {
     "eatqi",
     AVMEDIA_TYPE_VIDEO,
     CODEC_ID_TQI,