Media Data Processing V2 (VDEC Video Decoding)
Description
This sample implements the decoding of video streams in H.264 format.
Principles
The following table lists the key functions involved in this sample.
Directory Structure
The sample directory is organized as follows:
├── Vdec.h //Header file that declares functions related to decoding ├── Vdec.cpp //Implementation file of functions related to decoding ├── VdecDemo.cpp //Implementation file of the main function ├── CMakeLists.txt //Build script
Parent topic: Samples