Mercurial > libavcodec.hg
comparison avcodec.h @ 1688:04b759af8bd4 libavcodec
error concealment regression test
| author | michael |
|---|---|
| date | Sun, 14 Dec 2003 01:42:00 +0000 |
| parents | cb09cf265a87 |
| children | f5af91b8be17 |
comparison
equal
deleted
inserted
replaced
| 1687:cdc3d4106fb6 | 1688:04b759af8bd4 |
|---|---|
| 15 #include "rational.h" | 15 #include "rational.h" |
| 16 #include <sys/types.h> /* size_t */ | 16 #include <sys/types.h> /* size_t */ |
| 17 | 17 |
| 18 #define FFMPEG_VERSION_INT 0x000408 | 18 #define FFMPEG_VERSION_INT 0x000408 |
| 19 #define FFMPEG_VERSION "0.4.8" | 19 #define FFMPEG_VERSION "0.4.8" |
| 20 #define LIBAVCODEC_BUILD 4695 | 20 #define LIBAVCODEC_BUILD 4696 |
| 21 | 21 |
| 22 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT | 22 #define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT |
| 23 #define LIBAVCODEC_VERSION FFMPEG_VERSION | 23 #define LIBAVCODEC_VERSION FFMPEG_VERSION |
| 24 | 24 |
| 25 #define AV_STRINGIFY(s) AV_TOSTRING(s) | 25 #define AV_STRINGIFY(s) AV_TOSTRING(s) |
| 1459 * CODEC_FLAG2_*. | 1459 * CODEC_FLAG2_*. |
| 1460 * - encoding: set by user. | 1460 * - encoding: set by user. |
| 1461 * - decoding: set by user. | 1461 * - decoding: set by user. |
| 1462 */ | 1462 */ |
| 1463 int flags2; | 1463 int flags2; |
| 1464 | |
| 1465 /** | |
| 1466 * simulates errors in the bitstream to test error concealment. | |
| 1467 * - encoding: set by user. | |
| 1468 * - decoding: unused. | |
| 1469 */ | |
| 1470 int error_rate; | |
| 1464 } AVCodecContext; | 1471 } AVCodecContext; |
| 1465 | 1472 |
| 1466 | 1473 |
| 1467 /** | 1474 /** |
| 1468 * AVOption. | 1475 * AVOption. |
