Commit e90e1f55 authored by Alex Converse's avatar Alex Converse

psdec: IPD/OPD reset is no longer needed by the context initializer.

Originally committed as revision 23670 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 5e071f53
......@@ -1034,5 +1034,4 @@ av_cold void ff_ps_init(void) {
av_cold void ff_ps_ctx_init(PSContext *ps)
{
ipdopd_reset(ps->ipd_hist, ps->opd_hist);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment