|
FFmpeg 7.1.2
|
#include <stdio.h>#include <string.h>#include <errno.h>#include <libavcodec/avcodec.h>#include <libavutil/pixdesc.h>#include <libavutil/hwcontext.h>Go to the source code of this file.
Functions | |
| static int | set_hwframe_ctx (AVCodecContext *ctx, AVBufferRef *hw_device_ctx) |
| static int | encode_write (AVCodecContext *avctx, AVFrame *frame, FILE *fout) |
| int | main (int argc, char *argv[]) |
Variables | |
| static int | width |
| static int | height |
| static AVBufferRef * | hw_device_ctx = NULL |
|
static |
|
static |
Definition at line 71 of file vaapi_encode.c.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 103 of file vaapi_encode.c.
|
static |
Definition at line 38 of file vaapi_encode.c.
|
static |
Definition at line 38 of file vaapi_encode.c.
|
static |
Definition at line 39 of file vaapi_encode.c.