mpg123: Remove dead assignment
authorEdward Hervey <edward@collabora.com>
Fri, 26 Jul 2013 15:25:42 +0000 (17:25 +0200)
committerEdward Hervey <edward@collabora.com>
Sat, 27 Jul 2013 04:39:15 +0000 (06:39 +0200)
harder ? :)

ext/mpg123/gstmpg123audiodec.c

index 930d984..bdbb3e9 100644 (file)
@@ -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);