I need to embed a video player into my program (C++) but I cannot use XEmbed, because I must do some postprocessing. Is it possible to write the output as a raw RGB to a buffer of memory like you can do with ffmpeg?
I m getting this linker error. I know a way around it, but it s bugging me because another part of the project s linking fine and it s designed almost identically. First, I have namespace LCD. Then I ...