OSDN Git Service

Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925'
[coroid/ffmpeg_saccubus.git] / libavformat / avformat.h
index 59a4240..aef80e3 100644 (file)
@@ -884,6 +884,14 @@ typedef struct AVFormatContext {
     int fps_probe_size;
 
     /**
+     * Error recognition; higher values will detect more errors but may
+     * misdetect some more or less valid parts as errors.
+     * - encoding: unused
+     * - decoding: Set by user.
+     */
+    int error_recognition;
+
+    /**
      * Transport stream id.
      * This will be moved into demuxer private options. Thus no API/ABI compatibility
      */