[FFmpeg-cvslog] r20502 - in trunk: configure libavcodec/allcodecs.c libavcodec/h263dec.c libavcodec/imgconvert.c libavcodec/vdpau.c libavcodec/vdpau.h libavcodec/vdpau_internal.h libavutil/pixfmt.h
Stefano Sabatini
stefano.sabatini-lala
Tue Nov 10 23:24:17 CET 2009
On date Tuesday 2009-11-10 19:52:40 +0100, cehoyos wrote:
[...]
> Modified: trunk/libavcodec/imgconvert.c
> ==============================================================================
> --- trunk/libavcodec/imgconvert.c Tue Nov 10 16:56:03 2009 (r20501)
> +++ trunk/libavcodec/imgconvert.c Tue Nov 10 19:52:39 2009 (r20502)
> @@ -376,6 +376,11 @@ static const PixFmtInfo pix_fmt_info[PIX
> .is_hwaccel = 1,
> .x_chroma_shift = 1, .y_chroma_shift = 1,
> },
> + [PIX_FMT_VDPAU_MPEG4] = {
> + .name = "vdpau_mpeg4",
> + .is_hwaccel = 1,
> + .x_chroma_shift = 1, .y_chroma_shift = 1,
> + },
> [PIX_FMT_UYYVYY411] = {
> .name = "uyyvyy411",
> .nb_channels = 1,
Would you mind to add the corresponding entry to pixdesc.c too?
[...]
Regards.
More information about the ffmpeg-cvslog
mailing list