Commit ed761920 authored by Thomas Faber's avatar Thomas Faber Committed by Alexandre Julliard

winegstreamer: Avoid empty initializer braces.

parent 7f9a63e5
...@@ -707,7 +707,7 @@ static void init_new_decoded_pad(GstElement *bin, GstPad *pad, gboolean last, GS ...@@ -707,7 +707,7 @@ static void init_new_decoded_pad(GstElement *bin, GstPad *pad, gboolean last, GS
PIN_INFO piOutput; PIN_INFO piOutput;
const char *typename; const char *typename;
char *name; char *name;
AM_MEDIA_TYPE amt = { }; AM_MEDIA_TYPE amt = {{0}};
GstCaps *caps; GstCaps *caps;
GstStructure *arg; GstStructure *arg;
GstPad *mypad; GstPad *mypad;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment