summaryrefslogtreecommitdiffstats
path: root/debian/transcode/transcode-1.1.7/src/audio_trans.h
blob: 1060ee8a7644635da3916b8af9e18848ac61686d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * audio_trans.h - header for audio frame transformation routines
 * Written by Andrew Church <achurch@achurch.org>
 *
 * This file is part of transcode, a video stream processing tool.
 * transcode is free software, distributable under the terms of the GNU
 * General Public License (version 2 or later).  See the file COPYING
 * for details.
 */

#ifndef _AUDIO_TRANS_H
#define _AUDIO_TRANS_H

#include "framebuffer.h"

int process_aud_frame(vob_t *vob, aframe_list_t *ptr);

#endif