changeset 6136:85f3acb225e9 libavcodec

Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.
author michael
date Fri, 11 Jan 2008 18:18:45 +0000
parents 1c67967d893b
children 5ef885b008c0
files mpegaudiodec.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mpegaudiodec.c	Fri Jan 11 08:29:58 2008 +0000
+++ b/mpegaudiodec.c	Fri Jan 11 18:18:45 2008 +0000
@@ -2642,6 +2642,7 @@
     NULL,
     decode_frame,
     CODEC_CAP_PARSE_ONLY,
+    .flush= flush,
 };
 #endif
 #ifdef CONFIG_MP3_DECODER