On Thu, Sep 04, 2014 at 06:22:16PM -0400, Gabriel Dume wrote: > --- a/avconv.c > +++ b/avconv.c > @@ -1143,7 +1143,7 @@ int guess_input_channel_layout(InputStream *ist) > av_get_channel_layout_string(layout_name, sizeof(layout_name), > dec->channels, dec->channel_layout); > - av_log(NULL, AV_LOG_WARNING, "Guessed Channel Layout for Input > Stream " > + av_log(NULL, AV_LOG_WARNING, "Guessed Channel Layout for Input > Stream " > "#%d.%d : %s\n", ist->file_index, ist->st->index, > layout_name);
OK I've added this to bug 432, to be pushed as a larger batch of typos to avoid unnecessary commit churn. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
