comparison mpegvideo.c @ 9332:b5c30624da37 libavcodec

Add VA API pixfmt (only VLD is available ATM).
author gb
date Thu, 02 Apr 2009 08:08:45 +0000
parents 7b62de9c383d
children fc417197fe11
comparison
equal deleted inserted replaced
9331:fe5c4cf6a8cc 9332:b5c30624da37
79 PIX_FMT_YUV420P, 79 PIX_FMT_YUV420P,
80 PIX_FMT_NONE 80 PIX_FMT_NONE
81 }; 81 };
82 82
83 const enum PixelFormat ff_hwaccel_pixfmt_list_420[] = { 83 const enum PixelFormat ff_hwaccel_pixfmt_list_420[] = {
84 PIX_FMT_VAAPI_VLD,
84 PIX_FMT_YUV420P, 85 PIX_FMT_YUV420P,
85 PIX_FMT_NONE 86 PIX_FMT_NONE
86 }; 87 };
87 88
88 const uint8_t *ff_find_start_code(const uint8_t * restrict p, const uint8_t *end, uint32_t * restrict state){ 89 const uint8_t *ff_find_start_code(const uint8_t * restrict p, const uint8_t *end, uint32_t * restrict state){