summaryrefslogtreecommitdiff
path: root/libavformat/options.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-07-03 21:40:41 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-07-03 21:40:47 +0200
commit3b03186d56794b902050a36516e44191ba07bb05 (patch)
treef2ed3a006f0dba894ece074c7440551c9ba29c91 /libavformat/options.c
parentd563e13a7c7daa03c89636f85305e1839bcb27be (diff)
parentf046c3b5ac36848cce824b008e0347c621523041 (diff)
Merge commit 'f046c3b5ac36848cce824b008e0347c621523041'
* commit 'f046c3b5ac36848cce824b008e0347c621523041': lavc: Move deprecation warning disabling to files including the table lavc: Disable deprectation warnings coming from options table Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/options.c')
-rw-r--r--libavformat/options.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavformat/options.c b/libavformat/options.c
index d238dd5ab7..9918349703 100644
--- a/libavformat/options.c
+++ b/libavformat/options.c
@@ -20,6 +20,8 @@
#include "avformat.h"
#include "avio_internal.h"
#include "internal.h"
+
+#include "libavutil/internal.h"
#include "libavutil/opt.h"
/**
@@ -27,7 +29,9 @@
* Options definition for AVFormatContext.
*/
+FF_DISABLE_DEPRECATION_WARNINGS
#include "options_table.h"
+FF_ENABLE_DEPRECATION_WARNINGS
static const char* format_to_name(void* ptr)
{