#include "ffmpeg.h"
Go to the source code of this file.
Namespaces | |
namespace | pangolin |
Defines | |
#define | TEST_PIX_FMT_RETURN(fmt) case PIX_FMT_##fmt: return #fmt; |
Functions | |
PixelFormat | pangolin::FfmpegFmtFromString (const std::string fmt) |
std::string | pangolin::FfmpegFmtToString (const PixelFormat fmt) |
#define TEST_PIX_FMT_RETURN | ( | fmt | ) | case PIX_FMT_##fmt: return #fmt; |
Definition at line 43 of file ffmpeg.cpp.