diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 13:31:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:52:42 +0100 |
commit | ecd5f41a0695238d52e4134136265d3b63bd8656 (patch) | |
tree | 0d890a19c60e10d4c7749d737b27bec8f270cd74 /libavformat/avformat.h | |
parent | 997420abf2e5856f5b9e9267ca5cce6fe5c8a406 (diff) | |
download | ffmpeg-ecd5f41a0695238d52e4134136265d3b63bd8656.tar.gz |
lavf: remove disabled FF_API_PARSE_DATE cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 9156be03d4..19a8a97d26 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1737,18 +1737,6 @@ void av_dump_format(AVFormatContext *ic, const char *url, int is_output); -#if FF_API_PARSE_DATE -/** - * Parse datestr and return a corresponding number of microseconds. - * - * @param datestr String representing a date or a duration. - * See av_parse_time() for the syntax of the provided string. - * @deprecated in favor of av_parse_time() - */ -attribute_deprecated -int64_t parse_date(const char *datestr, int duration); -#endif - /** * Get the current time in microseconds. */ |