|
FFmpeg 6.1.1
|
#include "config.h"#include <stdio.h>#include "libavformat/avformat.h"#include "libavformat/avio.h"#include "libavcodec/avcodec.h"#include "libavutil/buffer.h"#include "libavutil/error.h"#include "libavutil/hwcontext.h"#include "libavutil/hwcontext_qsv.h"#include "libavutil/mem.h"Go to the source code of this file.
Functions | |
| static int | get_format (AVCodecContext *avctx, const enum AVPixelFormat *pix_fmts) |
| static int | decode_packet (AVCodecContext *decoder_ctx, AVFrame *frame, AVFrame *sw_frame, AVPacket *pkt, AVIOContext *output_ctx) |
| int | main (int argc, char **argv) |
|
static |
Definition at line 46 of file qsv_decode.c.
Referenced by main(), and open_input_file().
|
static |
Definition at line 61 of file qsv_decode.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 108 of file qsv_decode.c.