]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv30dsp.c
lavf: deprecate AVFormatContext.index_built
[ffmpeg] / libavcodec / rv30dsp.c
index c0509ea6500b7407d2322073a4cbe200adac7c29..4700e7868c250e40b60e20bd31144294e3f9e636 100644 (file)
@@ -20,7 +20,7 @@
  */
 
 /**
- * @file libavcodec/rv30dsp.c
+ * @file
  * RV30 decoder motion compensation functions
  */
 
@@ -251,7 +251,7 @@ RV30_MC(put_, 16)
 RV30_MC(avg_, 8)
 RV30_MC(avg_, 16)
 
-void ff_rv30dsp_init(DSPContext* c, AVCodecContext *avctx) {
+av_cold void ff_rv30dsp_init(DSPContext* c, AVCodecContext *avctx) {
     c->put_rv30_tpel_pixels_tab[0][ 0] = c->put_h264_qpel_pixels_tab[0][0];
     c->put_rv30_tpel_pixels_tab[0][ 1] = put_rv30_tpel16_mc10_c;
     c->put_rv30_tpel_pixels_tab[0][ 2] = put_rv30_tpel16_mc20_c;