Hi, On Wed, Jul 6, 2011 at 5:01 PM, Diego Biurrun <[email protected]> wrote: > libavformat/utils.c:599: warning: missing braces around initializer > libavformat/utils.c:599: warning: (near initialization for ‘ap.time_base’) > --- > libavformat/utils.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-)
This doesn't work once the struct is empty (see #ifdef in avformat.h). Why not memset it? Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
