mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +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
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue