mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-08 10:11:04 +08:00
move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil
Originally committed as revision 17111 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -4597,6 +4597,9 @@ void dsputil_init(DSPContext* c, AVCodecContext *avctx)
|
||||
c->vp3_h_loop_filter= ff_vp3_h_loop_filter_c;
|
||||
c->vp3_v_loop_filter= ff_vp3_v_loop_filter_c;
|
||||
}
|
||||
if (CONFIG_VP6_DECODER) {
|
||||
c->vp6_filter_diag4= ff_vp6_filter_diag4_c;
|
||||
}
|
||||
|
||||
c->h261_loop_filter= h261_loop_filter_c;
|
||||
|
||||
|
Reference in New Issue
Block a user