Mercurial > libavcodec.hg
comparison avcodec.h @ 693:b6a7ff92df57 libavcodec
darkness masking (lumi masking does only bright stuff now)
| author | michaelni |
|---|---|
| date | Tue, 24 Sep 2002 10:53:59 +0000 |
| parents | a1c69cb685b3 |
| children | c622224012f0 |
comparison
equal
deleted
inserted
replaced
| 692:852b5a416161 | 693:b6a7ff92df57 |
|---|---|
| 3 | 3 |
| 4 #include "common.h" | 4 #include "common.h" |
| 5 | 5 |
| 6 #define LIBAVCODEC_VERSION_INT 0x000406 | 6 #define LIBAVCODEC_VERSION_INT 0x000406 |
| 7 #define LIBAVCODEC_VERSION "0.4.6" | 7 #define LIBAVCODEC_VERSION "0.4.6" |
| 8 #define LIBAVCODEC_BUILD 4625 | 8 #define LIBAVCODEC_BUILD 4626 |
| 9 #define LIBAVCODEC_BUILD_STR "4625" | 9 #define LIBAVCODEC_BUILD_STR "4626" |
| 10 | 10 |
| 11 enum CodecID { | 11 enum CodecID { |
| 12 CODEC_ID_NONE, | 12 CODEC_ID_NONE, |
| 13 CODEC_ID_MPEG1VIDEO, | 13 CODEC_ID_MPEG1VIDEO, |
| 14 CODEC_ID_H263, | 14 CODEC_ID_H263, |
| 665 * p block masking (0-> disabled) | 665 * p block masking (0-> disabled) |
| 666 * encoding: set by user | 666 * encoding: set by user |
| 667 * decoding: unused | 667 * decoding: unused |
| 668 */ | 668 */ |
| 669 float p_masking; | 669 float p_masking; |
| 670 | |
| 671 /** | |
| 672 * darkness masking (0-> disabled) | |
| 673 * encoding: set by user | |
| 674 * decoding: unused | |
| 675 */ | |
| 676 float dark_masking; | |
| 670 | 677 |
| 671 //FIXME this should be reordered after kabis API is finished ... | 678 //FIXME this should be reordered after kabis API is finished ... |
| 672 //TODO kill kabi | 679 //TODO kill kabi |
| 673 /* | 680 /* |
| 674 Note: Below are located reserved fields for further usage | 681 Note: Below are located reserved fields for further usage |
