[FFmpeg-cvslog] r23670 - trunk/libavcodec/ps.c
alexc
subversion
Mon Jun 21 00:13:44 CEST 2010
Author: alexc
Date: Mon Jun 21 00:13:43 2010
New Revision: 23670
Log:
psdec: IPD/OPD reset is no longer needed by the context initializer.
Modified:
trunk/libavcodec/ps.c
Modified: trunk/libavcodec/ps.c
==============================================================================
--- trunk/libavcodec/ps.c Mon Jun 21 00:08:33 2010 (r23669)
+++ trunk/libavcodec/ps.c Mon Jun 21 00:13:43 2010 (r23670)
@@ -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);
}
More information about the ffmpeg-cvslog
mailing list