Related to 00_video_decode

Hello,

I have red the video_decode_main.cpp in /samples/00_video_decode.

In comment,
encoded → decoded
is correct?

Thank you

Hi,
It is correct. It means feeding encoded h264 stream in output plane. You will get decoded frames in capture plane.