QTKit input device.
More...
#import <QTKit/QTKit.h>
#include <pthread.h>
#include "libavutil/pixdesc.h"
#include "libavutil/opt.h"
#include "libavformat/internal.h"
#include "libavutil/internal.h"
#include "libavutil/time.h"
#include "avdevice.h"
Go to the source code of this file.
QTKit input device.
- Author
- Vadim Kalinsky vadim.nosp@m.@kal.nosp@m.insky.nosp@m..ru
Definition in file qtkit.m.
#define QTKIT_TIMEBASE 100 |
Initial value:
Definition at line 44 of file qtkit.m.
Initial value:= {
}
#define AV_OPT_FLAG_DECODING_PARAM
a generic parameter which can be set by the user for demuxing or decoding
offset must point to AVRational
Definition at line 336 of file qtkit.m.
Initial value:= {
.class_name = "QTKit input device",
}
#define LIBAVUTIL_VERSION_INT
static const AVOption options[]
Definition at line 345 of file qtkit.m.
Initial value:= {
.name = "qtkit",
}
static int qtkit_read_header(AVFormatContext *s)
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int qtkit_close(AVFormatContext *s)
static const AVClass qtkit_class
static int qtkit_read_packet(AVFormatContext *s, AVPacket *pkt)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition at line 353 of file qtkit.m.