avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Namespaces | Macros
frame.cpp File Reference
#include "frame.h"
#include <libavutil/version.h>
#include <libavutil/imgutils.h>
#include <libavutil/avassert.h>
Include dependency graph for frame.cpp:

Namespaces

 av
 

Macros

#define CHECK_CHANNELS_CONSISTENCY(frame)
 

Macro Definition Documentation

◆ CHECK_CHANNELS_CONSISTENCY

#define CHECK_CHANNELS_CONSISTENCY (   frame)
Value:
av_assert2(!(frame)->channel_layout || \
(frame)->channels == \
av_get_channel_layout_nb_channels((frame)->channel_layout))