[FFmpeg-devel] [PATCH] cmdutils: Restore opt_protocols() as it was before the API "cleanup"
Paul B Mahol
onemda at gmail.com
Sun Feb 5 14:36:38 CET 2012
On 2/5/12, Michael Niedermayer <michaelni at gmx.at> wrote:
> This uses internal API as its not possible print a list of
> protocols as we did before with the new public API.
>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
> cmdutils.c | 22 ++++++++++++++--------
> 1 files changed, 14 insertions(+), 8 deletions(-)
>
This obviously breaks shared builds.
So implementing public api to support this and leaving
ffurl_protocol_next() private is prefered solution.
More information about the ffmpeg-devel
mailing list