From bda111018c2440e0af70b462d24c757beb37b11f Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 29 Apr 2016 22:38:54 +0200 Subject: video: add IMGFMT_P010 alias Gets rid of some silliness, and might be useful in the future. --- 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 605dc920bd..73c06787b1 100644 --- a/video/img_format.h +++ b/video/img_format.h @@ -157,6 +157,9 @@ enum mp_imgfmt { IMGFMT_NV12, IMGFMT_NV21, + // Like IMGFMT_NV12, but with 16 bits per component + IMGFMT_P010, + // RGB/BGR Formats // Byte accessed (low address to high address) -- cgit v1.2.3