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

some warnings in 0_hello_world.c

Open vtorri opened this issue 2 years ago β€’ 0 comments

  • line 89 : i should be an unsigned int (warning with -Wextra)
  • pCodec and pLocalCodec should const pointers
  • channels field is deprecated in AVCodecParameters

vtorri avatar Apr 28 '23 10:04 vtorri