]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rv40dsp.c
Set Beam Software VB palette opaque.
[ffmpeg] / libavcodec / rv40dsp.c
index 625ce9ebbdfa340b62e3417526a56eed397604a2..b879643ba1ce13be9306d8635e2979987efeafe2 100644 (file)
@@ -295,6 +295,9 @@ RV40_WEIGHT_FUNC(16)
 RV40_WEIGHT_FUNC(8)
 
 av_cold void ff_rv40dsp_init(RV34DSPContext *c, DSPContext* dsp) {
+
+    ff_rv34dsp_init(c, dsp);
+
     c->put_pixels_tab[0][ 0] = dsp->put_h264_qpel_pixels_tab[0][0];
     c->put_pixels_tab[0][ 1] = put_rv40_qpel16_mc10_c;
     c->put_pixels_tab[0][ 2] = dsp->put_h264_qpel_pixels_tab[0][2];