[FFmpeg-devel] [PATCH]lavd/v4l2: Use AVSTREAM_PARSE_FULL_ONCE for h264

Dewangan, Hitesh Kumar hitesh.dewangan at pearson.com
Tue Aug 4 16:21:05 CEST 2015


Remove me from this group please
On Jul 30, 2015 6:06 AM, "Carl Eugen Hoyos" <cehoyos at ag.or.at> wrote:

> Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:
>
> > Attached patch suggested and tested by noah fixes ticket #4644.
>
> > diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c
> > index 64ac09c..5683731 100644
> > --- a/libavdevice/v4l2.c
> > +++ b/libavdevice/v4l2.c
>
> >      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.
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>


More information about the ffmpeg-devel mailing list