GNOME Bugzilla – Bug 690196
[PATCH] update GEGL for new libav
Last modified: 2013-02-04 06:40:24 UTC
Created attachment 231533 [details] [review] Support libav 54 in GEGL GEGL makes use of numerous deprecated libav functions, some of which have been removed entirely. the functions in question include: av_read_packet av_open_input_file av_find_stream_info avcodec_open av_close_input_file attached is a patch which updates to the newest libav apis, eliminating all warnings and errors. you might want to add conditional code to support older libavs, but i have not bothered to. please apply. thanks! (This patch originated in development of SprezzOS 1.0.0)
Thank you for this commit, helping keep the rotted bits at bay :) commit 97067622352e58f86a24851dacb1f5daa0762897 Author: nick black <nick.black@sprezzatech.com> Date: Thu Dec 13 23:11:16 2012 -0500 port gegl forward to libav 54