Mercurial > mplayer.hg
changeset 34793:1ce075a9932b
Support new colour spaces for FFmpeg camstudio decoding on big-endian.
author | cehoyos |
---|---|
date | Sun, 29 Apr 2012 16:39:34 +0000 |
parents | b12b523e18f2 |
children | 4e599d846a1f |
files | codec-cfg.c etc/codecs.conf |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/codec-cfg.c Sun Apr 29 15:54:20 2012 +0000 +++ b/codec-cfg.c Sun Apr 29 16:39:34 2012 +0000 @@ -212,6 +212,7 @@ {"RGBA", IMGFMT_RGBA}, {"BGR4", IMGFMT_BGR4}, {"BGR8", IMGFMT_BGR8}, + {"BGR15LE", IMGFMT_BGR15LE}, {"BGR15", IMGFMT_BGR15}, {"BGR16", IMGFMT_BGR16}, {"BGR24", IMGFMT_BGR24},
--- a/etc/codecs.conf Sun Apr 29 15:54:20 2012 +0000 +++ b/etc/codecs.conf Sun Apr 29 16:39:34 2012 +0000 @@ -3469,7 +3469,7 @@ fourcc TSCC,tscc driver vfw dll "tsccvid.dll" - out BGR32,BGR24,BGR15,BGR8 query,flip + out BGRA,BGR32,BGR24,BGR15LE,BGR15,BGR8 query,flip videocodec ffcamstudio info "CamStudio Screen Codec"