[FFmpeg-cvslog] r18309 - trunk/libavcodec/mpegvideo.c
gb
subversion
Thu Apr 2 10:08:46 CEST 2009
Author: gb
Date: Thu Apr 2 10:08:45 2009
New Revision: 18309
Log:
Add VA API pixfmt (only VLD is available ATM).
Modified:
trunk/libavcodec/mpegvideo.c
Modified: trunk/libavcodec/mpegvideo.c
==============================================================================
--- trunk/libavcodec/mpegvideo.c Thu Apr 2 10:02:32 2009 (r18308)
+++ trunk/libavcodec/mpegvideo.c Thu Apr 2 10:08:45 2009 (r18309)
@@ -81,6 +81,7 @@ const enum PixelFormat ff_pixfmt_list_42
};
const enum PixelFormat ff_hwaccel_pixfmt_list_420[] = {
+ PIX_FMT_VAAPI_VLD,
PIX_FMT_YUV420P,
PIX_FMT_NONE
};
More information about the ffmpeg-cvslog
mailing list