|
FFmpeg
4.0
|
#include "avcodec.h"#include "internal.h"#include "libavutil/bswap.h"#include "libavutil/common.h"Go to the source code of this file.
Functions | |
| static av_cold int | decode_init (AVCodecContext *avctx) |
| static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
|
static |
Definition at line 28 of file r210dec.c.
Referenced by decode_frame().
1.8.13