Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Converse <alex.converse@gmail.com>2010-06-21 02:13:43 +0400
committerAlex Converse <alex.converse@gmail.com>2010-06-21 02:13:43 +0400
commite90e1f558a194ef75e396ac9ae5128be03e66362 (patch)
treeaa128667b24378400185bb693740a67323493fce /libavcodec
parent5e071f5339cb7fcb69771f11bb4079d1168d8043 (diff)
psdec: IPD/OPD reset is no longer needed by the context initializer.
Originally committed as revision 23670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/ps.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/ps.c b/libavcodec/ps.c
index 2818c49333..76d772b420 100644
--- a/libavcodec/ps.c
+++ b/libavcodec/ps.c
@@ -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);
}