diff avcodec.h @ 1688:04b759af8bd4 libavcodec

error concealment regression test
author michael
date Sun, 14 Dec 2003 01:42:00 +0000
parents cb09cf265a87
children f5af91b8be17
line wrap: on
line diff
--- a/avcodec.h	Sat Dec 13 20:41:33 2003 +0000
+++ b/avcodec.h	Sun Dec 14 01:42:00 2003 +0000
@@ -17,7 +17,7 @@
 
 #define FFMPEG_VERSION_INT     0x000408
 #define FFMPEG_VERSION         "0.4.8"
-#define LIBAVCODEC_BUILD       4695
+#define LIBAVCODEC_BUILD       4696
 
 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
 #define LIBAVCODEC_VERSION     FFMPEG_VERSION
@@ -1461,6 +1461,13 @@
      * - decoding: set by user.
      */
     int flags2;
+
+    /**
+     * simulates errors in the bitstream to test error concealment.
+     * - encoding: set by user.
+     * - decoding: unused.
+     */
+    int error_rate;
 } AVCodecContext;