mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
vorbis: fix unused variable
This commit is contained in:
parent
675562d362
commit
dc9f19cbba
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue