mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
winegstreamer: Avoid empty initializer braces.
This commit is contained in:
parent
7f9a63e5fd
commit
ed761920ca
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue