Hi,
Klaus Schmidinger wrote:
I am also getting the following warnings in remux.c:
remux.c:537: warning: missing braces around initializer remux.c:537: warning: missing braces around initializer remux.c:537: warning: missing braces around initializer remux.c:537: warning: missing braces around initializer remux.c:537: warning: missing braces around initializer remux.c:537: warning: missing braces around initializer remux.c: In static member function `static bool cAudioRepacker::IsValidAudioHeader(uint32_t, bool, int*)': remux.c:596: warning: missing braces around initializer remux.c:603: warning: missing braces around initializer
Anyone know whats wrong?
I'm sorry for causing these warnings. The arrays were originally one dimensional, but for my recent enhancements it was more suitable to make them multi dimensional.
Thanks to Klaus for supplying the initializer fix!
Bye.