|
FFmpeg
|
Go to the source code of this file.
Functions | |
| int | ff_load_image (struct AVFrame **outframe, const char *filename, void *log_ctx) |
| Load image from filename and put the resulting image in an AVFrame. More... | |
Miscellaneous utilities which make use of the libavformat library
Definition in file lavfutils.h.
| int ff_load_image | ( | struct AVFrame ** | outframe, |
| const char * | filename, | ||
| void * | log_ctx | ||
| ) |
Load image from filename and put the resulting image in an AVFrame.
| outframe | pointer to a pointer to an AVFrame; *outframe will point to a new allocated AVFrame on success |
| filename | the name of the image file to load |
| log_ctx | log context |
Definition at line 32 of file lavfutils.c.
Referenced by init(), init_axis_from_file(), and load_mask().
1.8.17