|
FFmpeg
|
#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 |
|
static |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 106 of file qsv_decode.c.
1.8.17