Mercurial > mplayer.hg
changeset 31713:75bbf9bd2936
Add missing comma, fix rgb2yuv_table[SWS_CS_SMPTE240M] coefficients.
author | stefano |
---|---|
date | Sat, 24 Jul 2010 11:19:39 +0000 |
parents | 0f81290cb05d |
children | 140bde72c97f |
files | libswscale/swscale.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libswscale/swscale.c Sat Jul 24 11:19:35 2010 +0000 +++ b/libswscale/swscale.c Sat Jul 24 11:19:39 2010 +0000 @@ -104,7 +104,7 @@ {0.59 , 0.11 , 0.30 , -0.331, 0.5, -0.169, -0.421, -0.079, 0.5}, //FCC {0.587 , 0.114 , 0.299 , -0.331, 0.5, -0.169, -0.419, -0.081, 0.5}, //DEFAULT / ITU601 / ITU624 / SMPTE 170M {0.587 , 0.114 , 0.299 , -0.331, 0.5, -0.169, -0.419, -0.081, 0.5}, //DEFAULT / ITU601 / ITU624 / SMPTE 170M - {0.701 , 0.087 , 0.212 , -0.384, 0.5 -0.116, -0.445, -0.055, 0.5}, //SMPTE 240M + {0.701 , 0.087 , 0.212 , -0.384, 0.5, -0.116, -0.445, -0.055, 0.5}, //SMPTE 240M }; /*