#include "libavutil/intreadwrite.h"
#include "avcodec.h"
Go to the source code of this file.
Typedef Documentation
Function Documentation
static int ptx_decode_frame |
( |
AVCodecContext * |
avctx, |
|
|
void * |
data, |
|
|
int * |
data_size, |
|
|
AVPacket * |
avpkt | |
|
) |
| | [static] |
Definition at line 38 of file ptx.c.
Definition at line 99 of file ptx.c.
Definition at line 29 of file ptx.c.
Variable Documentation
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"),
}
Definition at line 108 of file ptx.c.