mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
mpg123: Remove dead assignment
harder ? :)
This commit is contained in:
parent
592e1cbf5d
commit
fe7f0a6ac7
1 changed files with 0 additions and 2 deletions
|
@ -597,8 +597,6 @@ gst_mpg123_audio_dec_flush (GstAudioDecoder * dec, gboolean hard)
|
|||
int error;
|
||||
GstMpg123AudioDec *mpg123_decoder;
|
||||
|
||||
hard = hard;
|
||||
|
||||
GST_LOG_OBJECT (dec, "Flushing decoder");
|
||||
|
||||
mpg123_decoder = GST_MPG123_AUDIO_DEC (dec);
|
||||
|
|
Loading…
Reference in a new issue