[FFmpeg-devel] [PATCH] avutil & avdevice: remove av_bprint_fd_contents()

Derek Buitenhuis derek.buitenhuis at gmail.com
Sun Jul 13 17:54:00 CEST 2014


On 7/13/2014 3:01 PM, Michael Niedermayer wrote:
> MSVC does not allow passing file pointers between libs
> This API can thus not work with MSVC and as it was very recently added
> and its it was in no release its removial should not cause any problems
> 
> Found-by: Hendrik Leppkes <h.leppkes at gmail.com>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  libavdevice/lavfi.c |   39 ++++++++++++++++-----------------------
>  libavutil/bprint.c  |   24 ------------------------
>  libavutil/bprint.h  |    7 -------
>  3 files changed, 16 insertions(+), 54 deletions(-)

Could something like an AVIO-style read callback work?

- Derek


More information about the ffmpeg-devel mailing list