summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Mattern <tmattern@users.sourceforge.net>2002-11-20 20:22:52 +0000
committerThibaut Mattern <tmattern@users.sourceforge.net>2002-11-20 20:22:52 +0000
commiteb344a888e453557c4111ac24efc7a722c4290a5 (patch)
tree5a1812d539b6a546d671f7f430491bc2c0d7a587
parentdeb5b8488c3492e981cbb164610373fd9af2f91d (diff)
downloadxine-lib-eb344a888e453557c4111ac24efc7a722c4290a5.tar.gz
xine-lib-eb344a888e453557c4111ac24efc7a722c4290a5.tar.bz2
I think it was a typo.
asf with video should work now. CVS patchset: 3323 CVS date: 2002/11/20 20:22:52
-rw-r--r--src/demuxers/demux_asf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/demux_asf.c b/src/demuxers/demux_asf.c
index 5b411e685..ca3957e55 100644
--- a/src/demuxers/demux_asf.c
+++ b/src/demuxers/demux_asf.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: demux_asf.c,v 1.81 2002/11/20 11:57:40 mroi Exp $
+ * $Id: demux_asf.c,v 1.82 2002/11/20 20:22:52 tmattern Exp $
*
* demultiplexer for asf streams
*
@@ -526,7 +526,7 @@ static int asf_read_header (demux_asf_t *this) {
#endif
this->num_audio_streams++;
}
- else if (type == CODEC_TYPE_AUDIO) {
+ else if (type == CODEC_TYPE_VIDEO) {
int i;