diff options
| author | phintuka <phintuka> | 2013-01-06 21:32:13 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2013-01-06 21:32:13 +0000 |
| commit | c1899fb408437f6f38a54d09ba88fb95a052ea91 (patch) | |
| tree | ca9116cc5756603bbfeb41d250ca55f8e32bcbb3 | |
| parent | 19a008fb1709dda93dfe84ecca7bb3a019998e72 (diff) | |
| download | xineliboutput-c1899fb408437f6f38a54d09ba88fb95a052ea91.tar.gz xineliboutput-c1899fb408437f6f38a54d09ba88fb95a052ea91.tar.bz2 | |
Fixed typo
| -rw-r--r-- | xine/ts2es.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine/ts2es.c b/xine/ts2es.c index 0dd420cd..46a62171 100644 --- a/xine/ts2es.c +++ b/xine/ts2es.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: ts2es.c,v 1.20 2013-01-06 21:23:44 phintuka Exp $ + * $Id: ts2es.c,v 1.21 2013-01-06 21:32:13 phintuka Exp $ * */ @@ -341,7 +341,7 @@ ts2es_t *ts2es_init(fifo_buffer_t *dst_fifo, ts_stream_type stream_type, uint st #endif case HDMV_AUDIO_80_PCM: - data->xine_type = BUF_AUDIO_LPCM_BE; + data->xine_buf_type = BUF_AUDIO_LPCM_BE; break; /* DTS (PES stream 0xbd) */ |
