summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-03-06 17:58:33 +0100
committerLuca Barbato <lu_zero@gentoo.org>2014-05-28 22:04:56 +0200
commit6d212599aa684f30511fb08ca30fe2378405304e (patch)
tree9c6c298ebb355a0e8a3ebbe9738c188be5b21d8e /libavformat/avformat.h
parent7dba055bb0d31b2c79d9c3a66abb849a71417d3c (diff)
avformat: Provide a standard compliance flag
Provide f_strict for avconv usage. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index f6b38d5778..b17c791eac 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1158,6 +1158,11 @@ typedef struct AVFormatContext {
*/
int64_t max_interleave_delta;
+ /**
+ * Allow non-standard and experimental extension
+ * @see AVCodecContext.strict_std_compliance
+ */
+ int strict_std_compliance;
/*****************************************************************
* All fields below this line are not part of the public API. They
* may not be used outside of libavformat and can be changed and