vorbis: fix unused variable

This commit is contained in:
Thijs Vermeir 2012-12-18 15:34:42 +01:00
parent 675562d362
commit dc9f19cbba

View file

@ -623,9 +623,9 @@ empty_header:
static void
vorbis_dec_flush (GstAudioDecoder * dec, gboolean hard)
{
#ifdef HAVE_VORBIS_SYNTHESIS_RESTART
GstVorbisDec *vd = GST_VORBIS_DEC (dec);
#ifdef HAVE_VORBIS_SYNTHESIS_RESTART
vorbis_synthesis_restart (&vd->vd);
#endif
}