projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3480f16
)
webpdec: Remove unused variable
author
Sebastian Dröge
<sebastian@centricular.com>
Tue, 16 Sep 2014 08:24:37 +0000
(11:24 +0300)
committer
Sebastian Dröge
<sebastian@centricular.com>
Tue, 16 Sep 2014 08:24:37 +0000
(11:24 +0300)
ext/webp/gstwebpdec.c
patch
|
blob
|
history
diff --git
a/ext/webp/gstwebpdec.c
b/ext/webp/gstwebpdec.c
index 99569849e5154d98bb91dc9b500d61dd22a23788..585840d5fbe43e8d5c7b184ceb660c6cabbcc913 100644
(file)
--- a/
ext/webp/gstwebpdec.c
+++ b/
ext/webp/gstwebpdec.c
@@
-236,7
+236,6
@@
static gboolean
gst_webp_dec_set_format (GstVideoDecoder * decoder, GstVideoCodecState * state)
{
GstWebPDec *webpdec = (GstWebPDec *) decoder;
- GstVideoInfo *info = &state->info;
if (webpdec->input_state)
gst_video_codec_state_unref (webpdec->input_state);