Revision f06ce1ce libavcodec/imgconvert.c
libavcodec/imgconvert.c | ||
---|---|---|
419 | 419 |
.depth = 8, |
420 | 420 |
.x_chroma_shift = 0, .y_chroma_shift = 0, |
421 | 421 |
}, |
422 |
|
|
423 |
/* VA API formats */ |
|
424 |
[PIX_FMT_VAAPI_MOCO] = { |
|
425 |
.name = "vaapi_moco", |
|
426 |
.is_hwaccel = 1, |
|
427 |
}, |
|
428 |
[PIX_FMT_VAAPI_IDCT] = { |
|
429 |
.name = "vaapi_idct", |
|
430 |
.is_hwaccel = 1, |
|
431 |
}, |
|
432 |
[PIX_FMT_VAAPI_VLD] = { |
|
433 |
.name = "vaapi_vld", |
|
434 |
.is_hwaccel = 1, |
|
435 |
}, |
|
422 | 436 |
}; |
423 | 437 |
|
424 | 438 |
void avcodec_get_chroma_sub_sample(int pix_fmt, int *h_shift, int *v_shift) |
Also available in: Unified diff