summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 12:44:04 +0100
committerAnton Khirnov <anton@khirnov.net>2011-04-19 18:28:39 +0200
commit58d5ff0abf657fe0ec3564433ebbde9fc8f71ffd (patch)
treec00017b3d5431a47a9c7b66271b8305aead7a985 /libavformat/avformat.h
parent4df001d77f8f39d2914b21f14ca2236b0ffd6a48 (diff)
lavf: remove FF_API_PARSE_FRAME_PARAM cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 3e47285267..289834627a 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1409,22 +1409,6 @@ void av_dump_format(AVFormatContext *ic,
const char *url,
int is_output);
-#if FF_API_PARSE_FRAME_PARAM
-/**
- * Parse width and height out of string str.
- * @deprecated Use av_parse_video_frame_size instead.
- */
-attribute_deprecated int parse_image_size(int *width_ptr, int *height_ptr,
- const char *str);
-
-/**
- * Convert framerate from a string to a fraction.
- * @deprecated Use av_parse_video_frame_rate instead.
- */
-attribute_deprecated int parse_frame_rate(int *frame_rate, int *frame_rate_base,
- const char *arg);
-#endif
-
#if FF_API_PARSE_DATE
/**
* Parse datestr and return a corresponding number of microseconds.