From 6d212599aa684f30511fb08ca30fe2378405304e Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 6 Mar 2014 17:58:33 +0100 Subject: avformat: Provide a standard compliance flag Provide f_strict for avconv usage. Signed-off-by: Luca Barbato --- libavformat/avformat.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libavformat/avformat.h') 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 -- cgit v1.2.3