Browse Source

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

Originally committed as revision 23670 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Alex Converse 15 years ago
parent
commit
e90e1f558a
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/ps.c

+ 0
- 1
libavcodec/ps.c View File

@@ -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);
}

Loading…
Cancel
Save