diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-10-17 14:35:14 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-10-19 18:20:44 +0200 |
commit | 6090ac1d043c28937761ab0b0381088e900fa617 (patch) | |
tree | 1e9dc67a17aba7e325666ca5a50cd4bfdfee8c71 /libavcodec/vp9dsp_8bpp.c | |
parent | 2c78a76cb0443f8a12a5eadc3b58373aa2f4ab22 (diff) | |
download | ffmpeg-6090ac1d043c28937761ab0b0381088e900fa617.tar.gz |
avcodec/zmbv: Call decode_intra directly
zmbv has only one function for decoding intra frames, namely
decode_intra; and yet up until now it has been called via a function
pointer. This has been changed.
This also removes spec-incompliant conversions between function pointers
and pointers of type void * and thereby fixes the warning "ISO C forbids
assignment between function pointer and ‘void *’" that GCC emits with
the -pedantic option.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/vp9dsp_8bpp.c')
0 files changed, 0 insertions, 0 deletions