[FFmpeg-cvslog] r21353 - in trunk: configure libavcodec/Makefile libavcodec/allcodecs.clibavcodec/dxva2.h libavcodec/dxva2_h264.clibavcodec/mpegvideo.c libavutil/pixdesc.c libavutil/pixfmt.h
Joakim Plate
elupus
Wed Jan 20 20:55:43 CET 2010
Hi,
> --- trunk/libavcodec/mpegvideo.c Wed Jan 20 18:26:14 2010
> +++ trunk/libavcodec/mpegvideo.c Wed Jan 20 19:54:51 2010
> @@ -81,6 +81,7 @@ const enum PixelFormat ff_pixfmt_list_42
> };
>
> const enum PixelFormat ff_hwaccel_pixfmt_list_420[] = {
> + PIX_FMT_DXVA2_VLD,
> PIX_FMT_VAAPI_VLD,
> PIX_FMT_YUV420P,
> PIX_FMT_NONE
I forgot to mention this on that patch, but it applies to VAAPI_VLD too, so
might be better to take here.
Should VAAPI/DXVA pixmaps really be in this list if VAAPI/DXVA is not compiled
in? It currently fools a user of lavc get_format to use those pix_fmt's even
if lavc is not compiled with that support.
Joakim
More information about the ffmpeg-cvslog
mailing list