From 903a0acba46e66f3a7c3fd59e9ca14b38cfb731b Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 14 Sep 2014 21:23:44 -0300 Subject: avformat: remove obsolete FF_API_ALLOC_OUTPUT_CONTEXT cruft Signed-off-by: James Almer --- libavformat/avformat.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libavformat/avformat.h') diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 78054debca..bab412ff64 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1874,16 +1874,6 @@ AVProgram *av_new_program(AVFormatContext *s, int id); */ -#if FF_API_ALLOC_OUTPUT_CONTEXT -/** - * @deprecated deprecated in favor of avformat_alloc_output_context2() - */ -attribute_deprecated -AVFormatContext *avformat_alloc_output_context(const char *format, - AVOutputFormat *oformat, - const char *filename); -#endif - /** * Allocate an AVFormatContext for an output format. * avformat_free_context() can be used to free the context and -- cgit v1.2.3