#include "libavutil/intreadwrite.h"#include "libavutil/imgutils.h"#include "avcodec.h"Go to the source code of this file.
Data Structures | |
| struct | PTXContext |
Functions | |
| static av_cold int | ptx_init (AVCodecContext *avctx) |
| static int | ptx_decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt) |
| static av_cold int | ptx_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | ff_ptx_decoder |
| static int ptx_decode_frame | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| AVPacket * | avpkt | |||
| ) | [static] |
| static av_cold int ptx_end | ( | AVCodecContext * | avctx | ) | [static] |
| static av_cold int ptx_init | ( | AVCodecContext * | avctx | ) | [static] |
Initial value:
{
"ptx",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_PTX,
sizeof(PTXContext),
ptx_init,
NULL,
ptx_end,
ptx_decode_frame,
CODEC_CAP_DR1,
NULL,
.long_name = NULL_IF_CONFIG_SMALL("V.Flash PTX image"),
}
1.5.8