diff options
author | James Almer <jamrial@gmail.com> | 2014-08-07 17:12:40 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-08 00:48:22 +0200 |
commit | 5c3c67126feb046e25359096225507bf6dfe7b27 (patch) | |
tree | 369a7f063a7812bc17d3d0e5a01e8434ac39893b /libavformat/libavformat.v | |
parent | f1e626a3570c8367e096e655660a2f7be5673a86 (diff) | |
download | ffmpeg-5c3c67126feb046e25359096225507bf6dfe7b27.tar.gz |
lavf/avio: rename url_feof() to avio_feof()
It's a public function and should use the avio_ namespace
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/libavformat.v')
-rw-r--r-- | libavformat/libavformat.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v index 6ae64458c0..824399446d 100644 --- a/libavformat/libavformat.v +++ b/libavformat/libavformat.v @@ -19,7 +19,7 @@ LIBAVFORMAT_$MAJOR { ffurl_write; ffurl_protocol_next; #those are deprecated, remove on next bump - url_*; + url_feof; get_*; ff_codec_get_id; local: *; |