#include <stdlib.h>
#include <stdio.h>
#include <string>
#include <set>
#include "ffmpeg_wrapper.h"
#include <boost/bind.hpp>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include "libavutil/intreadwrite.h"
#include "libavformat/avio.h"
#include <libswscale/swscale.h>
#include "libavutil/opt.h"
Go to the source code of this file.
Namespaces | |
namespace | ros_http_video_streamer |
Defines | |
#define | MILLISEC_FOR_FFMPEG_INIT (5*1000) |
Functions | |
static int | ros_http_video_streamer::ff_lockmgr (void **mutex, enum AVLockOp op) |
#define MILLISEC_FOR_FFMPEG_INIT (5*1000) |
Definition at line 57 of file ffmpeg_wrapper.cpp.