FFmpeg 5.1.6
|
#include <libavutil/motion_vector.h>
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
Go to the source code of this file.
Functions | |
static int | decode_packet (const AVPacket *pkt) |
static int | open_codec_context (AVFormatContext *fmt_ctx, enum AVMediaType type) |
int | main (int argc, char **argv) |
Variables | |
static AVFormatContext * | fmt_ctx = NULL |
static AVCodecContext * | video_dec_ctx = NULL |
static AVStream * | video_stream = NULL |
static const char * | src_filename = NULL |
static int | video_stream_idx = -1 |
static AVFrame * | frame = NULL |
static int | video_frame_count = 0 |
|
static |
Definition at line 37 of file extract_mvs.c.
Referenced by main().
|
static |
Definition at line 77 of file extract_mvs.c.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 124 of file extract_mvs.c.
|
static |
Definition at line 28 of file extract_mvs.c.
Referenced by main(), and open_codec_context().
|
static |
Definition at line 29 of file extract_mvs.c.
Referenced by decode_packet(), main(), and open_codec_context().
|
static |
Definition at line 30 of file extract_mvs.c.
Referenced by main(), and open_codec_context().
|
static |
Definition at line 31 of file extract_mvs.c.
Referenced by main(), and open_codec_context().
|
static |
Definition at line 33 of file extract_mvs.c.
Referenced by main(), and open_codec_context().
|
static |
Definition at line 34 of file extract_mvs.c.
Referenced by decode_packet(), and main().
|
static |
Definition at line 35 of file extract_mvs.c.
Referenced by decode_packet().