ffmpeg-libav-tutorial
ffmpeg-libav-tutorial copied to clipboard
some warnings in 0_hello_world.c
- line 89 : i should be an unsigned int (warning with -Wextra)
- pCodec and pLocalCodec should const pointers
- channels field is deprecated in AVCodecParameters