[libav-devel] [PATCH] avio: Fix the deprecated fallback URL-prefixed open flags

2011-04-28 Thread Martin Storsjö
While deprecated, they're totally useless as long as their values are different from the AVIO_FLAG values that are used internally. Currently, this leads to old libav applications still compiling correctly (since we haven't removed the fallback wrappers), but failing since the functions internally

Re: [libav-devel] [PATCH] avio: Fix the deprecated fallback URL-prefixed open flags

2011-04-28 Thread Luca Barbato
On 4/28/11 9:41 AM, Martin Storsjö wrote: These should be removed at some point, but they aren't removed yet. The intent is to be able to recompile an old application against the new ABI without modifying the code, and this doesn't work currently. Ok.

Re: [libav-devel] [PATCH] avio: Fix the deprecated fallback URL-prefixed open flags

2011-04-28 Thread Martin Storsjö
On Thu, 28 Apr 2011, Luca Barbato wrote: On 4/28/11 9:41 AM, Martin Storsjö wrote: These should be removed at some point, but they aren't removed yet. The intent is to be able to recompile an old application against the new ABI without modifying the code, and this doesn't work currently.