#include "mjpg_streamer.h"
Go to the source code of this file.
Classes | |
struct | _output |
struct | _output_parameter |
Defines | |
#define | OPRINT(...) { char _bf[1024] = {0}; snprintf(_bf, sizeof(_bf)-1, __VA_ARGS__); fprintf(stderr, "%s", OUTPUT_PLUGIN_PREFIX); fprintf(stderr, "%s", _bf); syslog(LOG_INFO, "%s", _bf); } |
#define | OUTPUT_PLUGIN_PREFIX " o: " |
Typedefs | |
typedef struct _output | output |
typedef struct _output_parameter | output_parameter |
#define OPRINT | ( | ... | ) | { char _bf[1024] = {0}; snprintf(_bf, sizeof(_bf)-1, __VA_ARGS__); fprintf(stderr, "%s", OUTPUT_PLUGIN_PREFIX); fprintf(stderr, "%s", _bf); syslog(LOG_INFO, "%s", _bf); } |
#define OUTPUT_PLUGIN_PREFIX " o: " |
typedef struct _output_parameter output_parameter |