Handling pictures in the code of VLC
Posted: 31 Mar 2005 10:09
Hello
I'm currently trying to find where in the source code I can access pictures pixel per pixel before they're sent to the output stream (I need to redirect them, or write RGB value in a text file).
I tried to write to a file the contents of the picture_t objects in the vout_RenderPicture method (in vout_pictures.c), but I can't find RGB coefficients for each pixel.
Can someone please help me ? I've read the API's documentation, but I still can't find a solution.
Thanks
I'm currently trying to find where in the source code I can access pictures pixel per pixel before they're sent to the output stream (I need to redirect them, or write RGB value in a text file).
I tried to write to a file the contents of the picture_t objects in the vout_RenderPicture method (in vout_pictures.c), but I can't find RGB coefficients for each pixel.
Can someone please help me ? I've read the API's documentation, but I still can't find a solution.
Thanks