img_format: add pixel format name for IMGFMT_MONO_W

This should have been in commit 90efe7c.
This commit is contained in:
wm4 2013-02-26 00:44:38 +01:00
parent 65eeebab13
commit a40a12dfaa
1 changed files with 1 additions and 0 deletions

View File

@ -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)