summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2014-09-14 21:26:13 -0300
committerJames Almer <jamrial@gmail.com>2014-10-05 17:10:20 -0300
commit3bd9f17b8af9604eb2fb47cad2c40f580417ceb1 (patch)
tree53ee1dc3197d008b6cfc5020d0351557dc5ae1f2 /libavformat/avformat.h
parenta578b93c73a1f00d857664edea5bd84be6a7674b (diff)
avformat: remove obsolete FF_API_SET_PTS_INFO cruft
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 126765f1ae..e3c22d44a2 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -2175,15 +2175,6 @@ void avformat_close_input(AVFormatContext **s);
* @}
*/
-#if FF_API_SET_PTS_INFO
-/**
- * @deprecated this function is not supposed to be called outside of lavf
- */
-attribute_deprecated
-void av_set_pts_info(AVStream *s, int pts_wrap_bits,
- unsigned int pts_num, unsigned int pts_den);
-#endif
-
#define AVSEEK_FLAG_BACKWARD 1 ///< seek backward
#define AVSEEK_FLAG_BYTE 2 ///< seeking based on position in bytes
#define AVSEEK_FLAG_ANY 4 ///< seek to any frame, even non-keyframes