[FFmpeg-cvslog] lavf: remove nonexistent symbols
Paul B Mahol
git at videolan.org
Fri Jan 11 11:12:56 CET 2013
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Jan 11 10:07:16 2013 +0000| [3ac85bebd51c868e675c4c0d4361e400609e6f15] | committer: Paul B Mahol
lavf: remove nonexistent symbols
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ac85bebd51c868e675c4c0d4361e400609e6f15
---
cmdutils.h | 2 +-
libavformat/libavformat.v | 8 --------
2 files changed, 1 insertion(+), 9 deletions(-)
diff --git a/cmdutils.h b/cmdutils.h
index f193132..71b6a2f 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -123,7 +123,7 @@ double parse_number_or_die(const char *context, const char *numstr, int type,
* not zero timestr is interpreted as a duration, otherwise as a
* date
*
- * @see parse_date()
+ * @see av_parse_time()
*/
int64_t parse_time_or_die(const char *context, const char *timestr,
int is_duration);
diff --git a/libavformat/libavformat.v b/libavformat/libavformat.v
index 5f86d62..6c27b58 100644
--- a/libavformat/libavformat.v
+++ b/libavformat/libavformat.v
@@ -24,11 +24,7 @@ LIBAVFORMAT_$MAJOR {
url_open;
url_close;
url_write;
- url_get_max_packet_size;
#those are deprecated, remove on next bump
- find_info_tag;
- parse_date;
- dump_format;
url_*;
ff_timefilter_destroy;
ff_timefilter_new;
@@ -36,9 +32,5 @@ LIBAVFORMAT_$MAJOR {
ff_timefilter_reset;
get_*;
put_*;
- udp_set_remote_url;
- udp_get_local_port;
- init_checksum;
- init_put_byte;
local: *;
};
More information about the ffmpeg-cvslog
mailing list