[FFmpeg-devel] [PATCH] avutil: add API for mb_types

Moritz Barsnick barsnick at gmx.net
Mon Nov 13 11:30:58 EET 2017


On Sun, Nov 12, 2017 at 00:21:54 +0100, Michael Niedermayer wrote:

Some nitpicking, since it's doxygen:

> +#define AV_BLOCK_TYPE_FLAG_INTRA      0x0000001        ///< Block is a intra block, else inter
                                                                          ^ an
> +#define AV_BLOCK_TYPE_FLAG_SKIP       0x0000008        ///< Block is skiped
                                                                        ^ skipped
> +#define AV_BLOCK_TYPE_FLAG_CONCEALED  0x0010000        ///< Block has been replaced by error conclealment
                                                                                                ^ concealment

Moritz


More information about the ffmpeg-devel mailing list