[FFmpeg-devel] [PATCH]Remove CODEC_ID_H264_VDPAU

Carl Eugen Hoyos cehoyos
Fri Jan 16 10:58:43 CET 2009


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > +        if(h->is_avc) {
> >          static const uint8_t start_code[] = {0x00, 0x00, 0x01};
> >          ff_vdpau_add_data_chunk(s, start_code, sizeof(start_code));
> >          ff_vdpau_add_data_chunk(s, &buf[buf_index - consumed], consumed );
> > +            }else
> > +                ff_vdpau_add_data_chunk(s, &buf[buf_index - consumed - 3],
consumed + 3);
> >          }else
> >              context_count++;
> >          }
> 
> hmm

The patch is of course meant without this hunk - sorry for not spotting it
myself.

I had thought you would insist on (the rest of) this patch, if you don't like
it, that is perfectly ok with me.

Regards, Carl Eugen






More information about the ffmpeg-devel mailing list