Matthieu Bouron <matthieu.bouron <at> gmail.com> writes:

>      else {
>          s->is_pipe       = 1;
> -        st->need_parsing = AVSTREAM_PARSE_FULL;
> +        st->need_parsing = s->frame_size > 0 ? AVSTREAM_PARSE_NONE 
> : AVSTREAM_PARSE_FULL;

Makes sense imo.

Carl Eugen

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to