FFmpeg
|
id RoQ Video Decoder by Dr. More...
#include "libavutil/avassert.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "roqvideo.h"
Go to the source code of this file.
Functions | |
static void | roqvideo_decode_frame (RoqContext *ri) |
static av_cold int | roq_decode_init (AVCodecContext *avctx) |
static int | roq_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | roq_decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_roq_decoder |
id RoQ Video Decoder by Dr.
Tim Ferguson For more information about the id RoQ format, visit: http://www.csse.monash.edu.au/~timf/
Definition in file roqvideodec.c.
|
static |
Definition at line 36 of file roqvideodec.c.
Referenced by roq_decode_frame().
|
static |
Definition at line 171 of file roqvideodec.c.
|
static |
Definition at line 199 of file roqvideodec.c.
|
static |
Definition at line 231 of file roqvideodec.c.
AVCodec ff_roq_decoder |
Definition at line 241 of file roqvideodec.c.