From d699893dbda3213198d75c6d19cf401c53af3f1e Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 10 Feb 2020 18:59:59 +0100 Subject: img_format: add alias for ffmpeg pal8 format For the next commit. --- video/img_format.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'video/img_format.h') diff --git a/video/img_format.h b/video/img_format.h index 61d9e02107..139c690ebe 100644 --- a/video/img_format.h +++ b/video/img_format.h @@ -192,6 +192,9 @@ enum mp_imgfmt { // Accessed with bit-shifts, uint32_t units. IMGFMT_RGB30, // 2pad 10r 10g 10b (MSG to LSB) + // AV_PIX_FMT_PAL8 + IMGFMT_PAL8, + // Hardware accelerated formats. Plane data points to special data // structures, instead of pixel data. IMGFMT_VDPAU, // VdpVideoSurface -- cgit v1.2.3