On 11/08/16 09:28, Anton Khirnov wrote: > So, the set looks mostly fine to me. The apichanges entry should > mention what is the replacement for the old API. Also, > struct vaapi_context should probably be tagged with > attribute_deprecated.
2016-xx-xx - xxxxxxx - lavc 59.26.0 - vaapi.h Deprecate struct vaapi_context and the vaapi.h installed header. Use AVCodecContext.hw_frames_ctx instead. > Was not able to test mpeg4 decoding with vdpau-va, creating surfaces > fails with [AVHWFramesContext @ 0x7fc8e40c1c80] Failed to create > surface: 10 (attribute not supported). It predates surface attributes existing at all, and that was the change defining the oldest version we support. It might be hackable by removing the use of surface attributes if you're feeling masochistic (I imagine something else will go wrong instead). > Overall very nice cleanup, thanks. :) - Mark _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
