Hi!
I am writing a video filter, and the filter function's input parameter is a picture_t with format VLC_CODEC_I420. Is this the YUV422 planar format? Does the p_data_orig member contains the raw yuv data? How can I convert it to RGB (IplImage not planar)? I found a video_chroma filter i420_rgb. Can i use it for the conversion? And how? Is the filter's output a planar image?
Thanks for your answer!
biga.