diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-18 18:50:53 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-10-18 18:50:53 +0000 |
commit | c633dfb135e832a8a17c90e6a09b6e3ab49875a6 (patch) | |
tree | 340a02c99fef6e7a10077962c6b3a2b75c1dde1a /src/xine-engine/metronom.h | |
parent | 21cfbbe47111fb18000732363de1a30beb5850c6 (diff) | |
download | xine-lib-c633dfb135e832a8a17c90e6a09b6e3ab49875a6.tar.gz xine-lib-c633dfb135e832a8a17c90e6a09b6e3ab49875a6.tar.bz2 |
audio decoder cleanup, tell the audio part of metronom that there are still images so it can increment it's internal pts counters
CVS patchset: 833
CVS date: 2001/10/18 18:50:53
Diffstat (limited to 'src/xine-engine/metronom.h')
-rw-r--r-- | src/xine-engine/metronom.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/xine-engine/metronom.h b/src/xine-engine/metronom.h index 4b436bdce..0452ab889 100644 --- a/src/xine-engine/metronom.h +++ b/src/xine-engine/metronom.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: metronom.h,v 1.11 2001/09/12 22:18:47 guenter Exp $ + * $Id: metronom.h,v 1.12 2001/10/18 18:50:53 guenter Exp $ * * metronom: general pts => virtual calculation/assoc * @@ -102,6 +102,12 @@ struct metronom_s { uint32_t (*got_audio_samples) (metronom_t *this, uint32_t pts, uint32_t nsamples); + /* + * inform metronom that there was a still image with no audio + */ + + void (*got_audio_still) (metronom_t *this); + /* * called by SPU decoder whenever a packet is delivered to it * |