summaryrefslogtreecommitdiffstats
path: root/video/img_format.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-02-26 00:44:38 +0100
committerwm4 <wm4@nowhere>2013-02-26 01:55:52 +0100
commita40a12dfaa9abee871665bb65cf82c22975d847c (patch)
tree3d023f424d77006df793bb3cf79fbd1478af0522 /video/img_format.c
parent65eeebab13dd97dc90390f35a2a0bbebaaded2ce (diff)
downloadmpv-a40a12dfaa9abee871665bb65cf82c22975d847c.tar.bz2
mpv-a40a12dfaa9abee871665bb65cf82c22975d847c.tar.xz
img_format: add pixel format name for IMGFMT_MONO_W
This should have been in commit 90efe7c.
Diffstat (limited to 'video/img_format.c')
-rw-r--r--video/img_format.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/img_format.c b/video/img_format.c
index 51fa1fc1ea..dfee130090 100644
--- a/video/img_format.c
+++ b/video/img_format.c
@@ -97,6 +97,7 @@ struct mp_imgfmt_entry mp_imgfmt_list[] = {
FMT("rgb4", IMGFMT_RGB4)
FMT("bgr4", IMGFMT_BGR4)
FMT("mono", IMGFMT_MONO)
+ FMT("mono_w", IMGFMT_MONO_W)
FMT_ENDIAN("rgb12", IMGFMT_RGB12)
FMT_ENDIAN("rgb15", IMGFMT_RGB15)
FMT_ENDIAN("rgb16", IMGFMT_RGB16)