From ac5e220d0e17f57f2fb3c4dedde186f238fa89ed Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Tue, 17 Aug 2010 18:19:45 +0200 Subject: Added transcoder. --- transcode.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 transcode.h (limited to 'transcode.h') diff --git a/transcode.h b/transcode.h new file mode 100644 index 0000000..69f19f3 --- /dev/null +++ b/transcode.h @@ -0,0 +1,12 @@ +#ifndef _TRANSCODE_H_ +#define _TRANSCODE_H_ + +#include "decoder.h" +#include "encoder.h" + +#include + +void transcode(GInputStream *input, const struct decoder_plugin *decoder, + GOutputStream *output, const struct encoder_plugin *encoder); + +#endif -- cgit v1.2.3