mirror of https://github.com/FFmpeg/FFmpeg.git
Before 998c9f15d1
, initializing an
MpegEncContext's IDCT parts occured in ff_mpv_common_init() and this
has been called in h261_decode_frame(), not h261_decode_init().
Yet said commit factored this out of ff_mpv_common_init() and therefore
there is no reason any more not to set this during init as this commit
does.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/362/head
parent
9abda1365c
commit
5106fe85f7
1 changed files with 1 additions and 4 deletions
Loading…
Reference in new issue