mediatools/src/png.h

9 lines
162 B
C
Raw Normal View History

2020-05-19 00:37:19 +00:00
#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