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:
how can i do this?