HWDecoder
HWDecoder copied to clipboard
Not found AVFormatContext
Not found
AVFormatContext *pFormatCtx; AVCodecContext *pCodecCtx; AVPacket packet;
+1
+1
@johnnyclem, these structures are part of FFmpeg, but I actually used only the decoding part of this project with my own implementation for reading NAL packages.