|
FFmpeg
|
#include "adts_header.h"#include "avcodec.h"#include "codec_internal.h"#include "get_bits.h"#include "decode.h"Go to the source code of this file.
Data Structures | |
| struct | FTRContext |
Functions | |
| static av_cold int | ftr_init (AVCodecContext *avctx) |
| static int | ftr_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
| static void | ftr_flush (AVCodecContext *avctx) |
| static av_cold int | ftr_close (AVCodecContext *avctx) |
Variables | |
| const FFCodec | ff_ftr_decoder |
|
static |
|
static |
|
static |
|
static |
| const FFCodec ff_ftr_decoder |
1.8.17