mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-19 22:30:06 +01:00
full range yuv (jpeg) for 420,422, decode videoframe before completing open, scan pixel format, changed clamping were applicable in fx
git-svn-id: svn://code.dyne.org/veejay/trunk@672 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
@@ -252,11 +252,11 @@ void diff_apply(void *ed, VJFrame *frame,
|
||||
{
|
||||
if(dst[i] != 0xff)
|
||||
{
|
||||
Y[i] = 16;
|
||||
Y[i] = pixel_Y_lo_;
|
||||
}
|
||||
else
|
||||
{
|
||||
Y[i] = 235;
|
||||
Y[i] = pixel_Y_hi_;
|
||||
}
|
||||
}
|
||||
Cr[i] = 128;
|
||||
|
||||
Reference in New Issue
Block a user