Mercurial > libavcodec.hg
comparison avcodec.h @ 6039:b4d22e42528c libavcodec
another comment ->doxy
| author | michael |
|---|---|
| date | Mon, 17 Dec 2007 19:29:13 +0000 |
| parents | afbdd9fe32c5 |
| children | aafba06538c2 |
comparison
equal
deleted
inserted
replaced
| 6038:afbdd9fe32c5 | 6039:b4d22e42528c |
|---|---|
| 375 #define CODEC_FLAG_4MV 0x0004 ///< 4 MV per MB allowed / advanced prediction for H.263. | 375 #define CODEC_FLAG_4MV 0x0004 ///< 4 MV per MB allowed / advanced prediction for H.263. |
| 376 #define CODEC_FLAG_QPEL 0x0010 ///< Use qpel MC. | 376 #define CODEC_FLAG_QPEL 0x0010 ///< Use qpel MC. |
| 377 #define CODEC_FLAG_GMC 0x0020 ///< Use GMC. | 377 #define CODEC_FLAG_GMC 0x0020 ///< Use GMC. |
| 378 #define CODEC_FLAG_MV0 0x0040 ///< Always try a MB with MV=<0,0>. | 378 #define CODEC_FLAG_MV0 0x0040 ///< Always try a MB with MV=<0,0>. |
| 379 #define CODEC_FLAG_PART 0x0080 ///< Use data partitioning. | 379 #define CODEC_FLAG_PART 0x0080 ///< Use data partitioning. |
| 380 /* The parent program guarantees that the input for B-frames containing | 380 /** |
| 381 * The parent program guarantees that the input for B-frames containing | |
| 381 * streams is not written to for at least s->max_b_frames+1 frames, if | 382 * streams is not written to for at least s->max_b_frames+1 frames, if |
| 382 * this is not set the input will be copied. */ | 383 * this is not set the input will be copied. |
| 384 */ | |
| 383 #define CODEC_FLAG_INPUT_PRESERVED 0x0100 | 385 #define CODEC_FLAG_INPUT_PRESERVED 0x0100 |
| 384 #define CODEC_FLAG_PASS1 0x0200 ///< Use internal 2pass ratecontrol in first pass mode. | 386 #define CODEC_FLAG_PASS1 0x0200 ///< Use internal 2pass ratecontrol in first pass mode. |
| 385 #define CODEC_FLAG_PASS2 0x0400 ///< Use internal 2pass ratecontrol in second pass mode. | 387 #define CODEC_FLAG_PASS2 0x0400 ///< Use internal 2pass ratecontrol in second pass mode. |
| 386 #define CODEC_FLAG_EXTERN_HUFF 0x1000 ///< Use external Huffman table (for MJPEG). | 388 #define CODEC_FLAG_EXTERN_HUFF 0x1000 ///< Use external Huffman table (for MJPEG). |
| 387 #define CODEC_FLAG_GRAY 0x2000 ///< Only decode/encode grayscale. | 389 #define CODEC_FLAG_GRAY 0x2000 ///< Only decode/encode grayscale. |
