0x3375

Results 3 issues of 0x3375

Hello. I want to add sws_scale function. So, I made DecoderFFmpeg::scaledResolution() function which is called in DecoderFFmpeg::UpdateVideoFrame. ``` AVFrame* DecoderFFmpeg::scaleResolution(AVFrame* frame, int scaledWidth, int scaledHeight) { mVideoInfo.isScaled = true; mVideoInfo.scaledWidth...

Hello. I have some troubles to use Native code. I made a project and include all of ffmpeg's lib, and ViveMediaDecoder's include directory. When I build this project, I got...

I'm trying to load the decoded frame data into a buffer. If I change the Unity code, can I load a decoded frame in the buffer, or should I have...