diff asf.c @ 74:4b501fe1539c libavformat

merging fourcc with codec_tag
author michaelni
date Sat, 08 Mar 2003 01:40:52 +0000
parents 0686eeb0c21b
children 0068a6902911
line wrap: on
line diff
--- a/asf.c	Sat Mar 08 00:44:52 2003 +0000
+++ b/asf.c	Sat Mar 08 01:40:52 2003 +0000
@@ -897,7 +897,7 @@
 		    st->codec.extradata = av_mallocz(st->codec.extradata_size);
 		    get_buffer(pb, st->codec.extradata, st->codec.extradata_size);
 		}
-                st->codec.codec_tag = st->codec.fourcc = tag1;
+                st->codec.codec_tag = tag1;
 		st->codec.codec_id = codec_get_id(codec_bmp_tags, tag1);
             }
             pos2 = url_ftell(pb);