[FFmpeg-devel] [PATCH]lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE for h264
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Aug 4 15:17:10 CEST 2015
Michael Niedermayer <michael <at> niedermayer.cc> writes:
> > > else if (codec_id == AV_CODEC_ID_H264) {
> > > - st->need_parsing = AVSTREAM_PARSE_HEADERS;
> > > + st->need_parsing = AVSTREAM_PARSE_FULL_ONCE;
> >
> > Ping, the OP has updated the ticket.
>
> patch should be ok then
Pushed and closed the ticket.
Thank you, Carl Eugen
More information about the ffmpeg-devel
mailing list