Skip to content
Snippets Groups Projects
Commit ed761920 authored by Thomas Faber's avatar Thomas Faber Committed by Alexandre Julliard
Browse files

winegstreamer: Avoid empty initializer braces.

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