FFmpeg
|
video decoding with libavcodec API example More...
Go to the source code of this file.
Macros | |
#define | INBUF_SIZE 4096 |
Functions | |
static void | pgm_save (unsigned char *buf, int wrap, int xsize, int ysize, char *filename) |
static int | decode_write_frame (const char *outfilename, AVCodecContext *avctx, AVFrame *frame, int *frame_count, AVPacket *pkt, int last) |
int | main (int argc, char **argv) |
video decoding with libavcodec API example
Definition in file decode_video.c.
#define INBUF_SIZE 4096 |
|
static |
Definition at line 38 of file decode_video.c.
Referenced by decode_write_frame().
Definition at line 79 of file decode_video.c.