kierank / x262

x264 with MPEG-2 support. Part of the Open Broadcast Encoder project - http://www.ob-encoder.com/
GNU General Public License v2.0
54 stars 10 forks source link

fix deprecated lavf stuff #6

Open darealshinji opened 10 years ago

kierank commented 10 years ago

Thanks. Are these fixed in x264 master? I've been meaning to pull but after the hash changes I'm reluctant to in case I break something.

darealshinji commented 10 years ago

avcodec_alloc_frame and avcodec_free_frame have simply been replaced, and avcodec_get_frame_defaults or av_frame_unref isn't present anymore in the upstream version.