mediatools/src/png.h
2020-05-18 20:37:19 -04:00

9 lines
162 B
C

#ifndef _PNG_H_DEFINED
#define _PNG_H_DEFINED
#include <libavformat/avformat.h>
int mediatools_write_frame_to_png(AVFrame *in_frame, const char *path);
#endif