leandromoreira / ffmpeg-libav-tutorial

FFmpeg libav tutorial - learn how media works from basic to transmuxing, transcoding and more. Translations: πŸ‡ΊπŸ‡Έ πŸ‡¨πŸ‡³ πŸ‡°πŸ‡· πŸ‡ͺπŸ‡Έ πŸ‡»πŸ‡³ πŸ‡§πŸ‡·
https://github.com/leandromoreira/ffmpeg-libav-tutorial
BSD 3-Clause "New" or "Revised" License
9.78k stars 937 forks source link

Fixed incorrect pointer dereferencing in AVCodecContext allocation and setup #132

Open FaiChou opened 4 months ago

FaiChou commented 4 months ago

https://ffmpeg.org/doxygen/trunk/group__lavc__core.html

leandromoreira commented 4 months ago

Thanks @FaiChou the reason I'm using a pointer is because I'm pass a double pointer var to the function.

image