vorbis: fix unused variable
This commit is contained in:
parent
675562d362
commit
dc9f19cbba
@ -623,9 +623,9 @@ empty_header:
|
|||||||
static void
|
static void
|
||||||
vorbis_dec_flush (GstAudioDecoder * dec, gboolean hard)
|
vorbis_dec_flush (GstAudioDecoder * dec, gboolean hard)
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_VORBIS_SYNTHESIS_RESTART
|
||||||
GstVorbisDec *vd = GST_VORBIS_DEC (dec);
|
GstVorbisDec *vd = GST_VORBIS_DEC (dec);
|
||||||
|
|
||||||
#ifdef HAVE_VORBIS_SYNTHESIS_RESTART
|
|
||||||
vorbis_synthesis_restart (&vd->vd);
|
vorbis_synthesis_restart (&vd->vd);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user