ffmpeg-libav-tutorial icon indicating copy to clipboard operation
ffmpeg-libav-tutorial copied to clipboard

define pCodec

Open AndreiCherniaev opened this issue 8 months ago β€’ 0 comments

pCodec is undefuned in README.md But it is defined in example

I think you should mark that pCodec = pLocalCodec OR use AVCodecContext *pCodecContext = avcodec_alloc_context3(pLocalCodec); in README.md

AndreiCherniaev avatar Oct 26 '23 06:10 AndreiCherniaev