projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
592e1cb
)
mpg123: Remove dead assignment
author
Edward Hervey
<edward@collabora.com>
Fri, 26 Jul 2013 15:25:42 +0000
(17:25 +0200)
committer
Tim-Philipp Müller
<tim@centricular.com>
Tue, 16 Feb 2016 10:40:39 +0000
(10:40 +0000)
harder ? :)
ext/mpg123/gstmpg123audiodec.c
patch
|
blob
|
history
diff --git
a/ext/mpg123/gstmpg123audiodec.c
b/ext/mpg123/gstmpg123audiodec.c
index 930d984c37dc994c2becb5c99e4e7f82f7956cb8..bdbb3e9fcdb47053ff14484ddbea3fecb730e9d8 100644
(file)
--- a/
ext/mpg123/gstmpg123audiodec.c
+++ b/
ext/mpg123/gstmpg123audiodec.c
@@
-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);