Commit 9406a5e2 authored by alexc's avatar alexc

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@23670 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 70a6aada
......@@ -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