Commit 8a14374a authored by Paul B Mahol's avatar Paul B Mahol

avfilter/vf_waveform: allow alpha output for >8 depth planar rgb inputs

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent f269a1e0
......@@ -218,12 +218,12 @@ static const enum AVPixelFormat out_rgb9_lowpass_pix_fmts[] = {
};
static const enum AVPixelFormat out_rgb10_lowpass_pix_fmts[] = {
AV_PIX_FMT_GBRP10,
AV_PIX_FMT_GBRP10, AV_PIX_FMT_GBRAP10,
AV_PIX_FMT_NONE
};
static const enum AVPixelFormat out_rgb12_lowpass_pix_fmts[] = {
AV_PIX_FMT_GBRP12,
AV_PIX_FMT_GBRP12, AV_PIX_FMT_GBRAP12,
AV_PIX_FMT_NONE
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment