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

Fix dereference a pointer

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

  1. dereference a pointer no need in this case
  2. avcodec_alloc_context3() wants const (!) AVCodec *codec

AndreiCherniaev avatar Sep 11 '23 13:09 AndreiCherniaev