Open AleXoundOS opened 8 years ago
Building with FFmpeg 3.0.2
libavcodec/avcodec.h: struct AVPicture
use AVFrame or imgutils functions instead (controlled with FF_API_AVPICTURE directive)
libavcodec/avcodec.h: struct AVCodecContext int b_frame_strategy;
use encoder private options instead (controlled with FF_API_PRIVATE_OPT directive)
You should take a whack at fixing this! I'm glad to help and will of course accept the change.
Building with FFmpeg 3.0.2
libavcodec/avcodec.h: struct AVPicture
libavcodec/avcodec.h: struct AVCodecContext int b_frame_strategy;