GNOME Bugzilla – Bug 768283
av*enc/dec: Move away from avcodec_get_context_defaults3() and alloc/dealloc codec context together with opening/closing
Last modified: 2018-05-04 13:00:05 UTC
avcodec_get_context_defaults3() is deprecated and it is required to open/close a codec whenever something should change. Also avcodec_free_context() should be used for deallocating, and the context should be reallocated after closing.
This is related to 768279 and 768280. Might as well do the three at the same time :)
*** This bug has been marked as a duplicate of bug 792900 ***