View Single Post
Old 28th February 2011, 13:54   #13
oLRi
Member
 
Join Date: May 2008
Posts: 94
Sooooooo.....

I changed:
code:
RGBtoYUV420PSameSize((const unsigned char *)in,raw.img_data,4,0,cfg.g_w,cfg.g_h);

to:
code:
RGBtoYUV420PSameSize((const unsigned char *)in,raw.img_data,4,1,cfg.g_w,cfg.g_h);

the 1/0 is the toggle for flipping.

When i use a coder.dll with this settings my VLC Stream is correct, but now my winamp stream is fliped.

But i think i am missing this:
Quote:
so flip the output
how can i do this?
oLRi is offline   Reply With Quote