Mercurial > audlegacy-plugins
diff src/wma/libffwma/avformat.h @ 1156:46476de8fc64 trunk
[svn] - avoid a memory leak with FD probing
author | nenolod |
---|---|
date | Thu, 31 May 2007 17:13:04 -0700 |
parents | aa044d71838f |
children |
line wrap: on
line diff
--- a/src/wma/libffwma/avformat.h Thu May 31 10:33:46 2007 -0700 +++ b/src/wma/libffwma/avformat.h Thu May 31 17:13:04 2007 -0700 @@ -546,6 +546,7 @@ int av_read_play(AVFormatContext *s); int av_read_pause(AVFormatContext *s); void av_close_input_file(AVFormatContext *s); +void av_close_input_vfsfile(AVFormatContext *s); AVStream *av_new_stream(AVFormatContext *s, int id); void av_set_pts_info(AVFormatContext *s, int pts_wrap_bits, int pts_num, int pts_den);