view src/filewriter/convert.h @ 2883:67d527114af5

wrong variable current_device
author Paula Stanciu <paula.stanciu@gmail.com>
date Thu, 07 Aug 2008 20:39:35 +0300
parents 11ef2164d90b
children
line wrap: on
line source

#ifndef CONVERT_H
#define CONVERT_H

#include "filewriter.h"

gpointer convert_output;

gboolean convert_init(AFormat input_fmt, AFormat output_fmt, gint channels);

gint convert_process(gpointer ptr, gint length);

void convert_free(void);

#endif