You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rtpengine/lib/rescale.h

14 lines
234 B

#ifndef _RESCALE_H_
#define _RESCALE_H_
#include "codeclib.h"
#include <libavutil/frame.h>
AVFrame *rescale_frame(rescale_t *rescale, AVFrame *frame, const format_t *to_format);
void rescale_shutdown(rescale_t *rescale);
#endif