summaryrefslogtreecommitdiff
path: root/src/libac3/xine_decoder.c
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2001-05-28 22:00:17 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2001-05-28 22:00:17 +0000
commit89fcdb15a5c6aa62aeefa54db90f0afc643c3b83 (patch)
tree48f31e735cbb8102879b7ff5fd86edd00b734799 /src/libac3/xine_decoder.c
parent383e049be4af763bba9539f426ff02df39a694b5 (diff)
downloadxine-lib-89fcdb15a5c6aa62aeefa54db90f0afc643c3b83.tar.gz
xine-lib-89fcdb15a5c6aa62aeefa54db90f0afc643c3b83.tar.bz2
updated file from walken
CVS patchset: 98 CVS date: 2001/05/28 22:00:17
Diffstat (limited to 'src/libac3/xine_decoder.c')
-rw-r--r--src/libac3/xine_decoder.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/libac3/xine_decoder.c b/src/libac3/xine_decoder.c
index 065e2c4eb..b34414bac 100644
--- a/src/libac3/xine_decoder.c
+++ b/src/libac3/xine_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_decoder.c,v 1.4 2001/05/28 01:28:11 f1rmb Exp $
+ * $Id: xine_decoder.c,v 1.5 2001/05/28 22:00:17 guenter Exp $
*
* stuff needed to turn libac3 into a xine decoder plugin
*/
@@ -124,6 +124,8 @@ void ac3dec_decode_data (audio_decoder_t *this_gen, buf_element_t *buf) {
if (this->syncword != 0x0b77) {
this->syncword = (this->syncword << 8) | byte;
+ printf ("syncword: %04x\n", this->syncword);
+
if (this->syncword == 0x0b77) {
this->frame_buffer[0] = 0x0b;