Mercurial > mplayer.hg
diff libmpcodecs/mp_image.c @ 34436:8a96cf601e57
Add support for 422P9.
For some reason only 9-bit 422 wasn't added before.
| author | reimar |
|---|---|
| date | Thu, 05 Jan 2012 20:32:10 +0000 |
| parents | 4807501b7405 |
| children | 25acb5f98cb4 |
line wrap: on
line diff
--- a/libmpcodecs/mp_image.c Thu Jan 05 20:18:38 2012 +0000 +++ b/libmpcodecs/mp_image.c Thu Jan 05 20:32:10 2012 +0000 @@ -158,6 +158,8 @@ case IMGFMT_422P16_BE: case IMGFMT_422P10_LE: case IMGFMT_422P10_BE: + case IMGFMT_422P9_LE: + case IMGFMT_422P9_BE: case IMGFMT_420P16_LE: case IMGFMT_420P16_BE: case IMGFMT_420P10_LE:
