|
FFmpeg 7.1.2
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <libavcodec/avcodec.h>#include <libavutil/opt.h>#include <libavutil/imgutils.h>Go to the source code of this file.
Functions | |
| static void | encode (AVCodecContext *enc_ctx, AVFrame *frame, AVPacket *pkt, FILE *outfile) |
| int | main (int argc, char **argv) |
|
static |
Definition at line 39 of file encode_video.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 69 of file encode_video.c.