diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-11-24 14:48:04 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-11-24 14:48:04 +0100 |
commit | 6e6eeab1fdec4c628a624099e5d5e475ff46b619 (patch) | |
tree | b91ae8b17782cb9ea989ecac2b5b75e6613fa77a /ac3dec/ac3.h | |
parent | c1dd84e0e97390ce18d2cb49f0bf7623adda047f (diff) | |
download | vdr-6e6eeab1fdec4c628a624099e5d5e475ff46b619.tar.gz vdr-6e6eeab1fdec4c628a624099e5d5e475ff46b619.tar.bz2 |
Fixed DVD audio sync problems
Diffstat (limited to 'ac3dec/ac3.h')
-rw-r--r-- | ac3dec/ac3.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ac3dec/ac3.h b/ac3dec/ac3.h index d325f3bb..8f268fbd 100644 --- a/ac3dec/ac3.h +++ b/ac3dec/ac3.h @@ -19,7 +19,11 @@ * along with GNU Make; see the file COPYING. If not, write to * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. * + *------------------------------------------------------------ * + * 24 Nov 2001 + * Andreas Schultz <aschultz@cs.uni-magdeburg.de> + * Added ac3_buffersize() */ #define AC3_BUFFER_SIZE (6*1024*16) @@ -55,4 +59,6 @@ size_t ac3dec_decode_data (plugin_output_audio_t *output, uint8_t *data_start, u size_t ac3dec_decode_data (uint8_t *data_start ,uint8_t *data_end, int ac3reset, int *input_pointer, int *output_pointer, char *ac3_data); #endif +uint32_t ac3_buffersize(); + #endif |