summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-10-21 23:59:53 -0300
committerJames Almer <jamrial@gmail.com>2017-10-21 23:59:53 -0300
commit90000f15ec41fbb768b6b3d360131638d089bd59 (patch)
tree430d2dff911d6567bf42803f681cb8bdc7adbd4c /libavcodec/avcodec.h
parent898349d702064906e9b4830999465a1a381afcfb (diff)
parent6dca24cd1d570b806b5a3fdaef9d3c8608942a81 (diff)
downloadffmpeg-90000f15ec41fbb768b6b3d360131638d089bd59.tar.gz
Merge commit '6dca24cd1d570b806b5a3fdaef9d3c8608942a81'
* commit '6dca24cd1d570b806b5a3fdaef9d3c8608942a81': lavc: Drop deprecated way of setting codec dimensions Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index e02445e383..40c8fab369 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -5638,14 +5638,6 @@ enum AVPixelFormat avcodec_default_get_format(struct AVCodecContext *s, const en
* @}
*/
-#if FF_API_SET_DIMENSIONS
-/**
- * @deprecated this function is not supposed to be used from outside of lavc
- */
-attribute_deprecated
-void avcodec_set_dimensions(AVCodecContext *s, int width, int height);
-#endif
-
#if FF_API_TAG_STRING
/**
* Put a string representing the codec tag codec_tag in buf.