For including FFMPEG related requirements. More...
#include <asm/types.h>#include <linux/videodev2.h>#include <libavcodec/avcodec.h>#include <libavformat/avformat.h>#include <libavdevice/avdevice.h>#include <libswscale/swscale.h>

Go to the source code of this file.
Defines | |
| #define | INT64_C(c) (c ## LL) |
| #define | UINT64_C(c) (c ## ULL) |
For including FFMPEG related requirements.
Definition in file ffmpeg_resources.hpp.
| #define INT64_C | ( | c | ) | (c ## LL) |
Definition at line 11 of file ffmpeg_resources.hpp.
| #define UINT64_C | ( | c | ) | (c ## ULL) |
Definition at line 12 of file ffmpeg_resources.hpp.