summaryrefslogtreecommitdiffstats
path: root/libavformat/asf.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-03-08 01:40:52 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-03-08 01:40:52 +0000
commit7004ffb3d7274fe95fab7a699b75cc4e6d9092e3 (patch)
treeedbfd1f286a815b85278fbfe7d262118d3a19ffe /libavformat/asf.c
parent9bf9a5fcaeffd5a313f97fe9e4c75d8f47f5a149 (diff)
downloadffmpeg-streaming-7004ffb3d7274fe95fab7a699b75cc4e6d9092e3.zip
ffmpeg-streaming-7004ffb3d7274fe95fab7a699b75cc4e6d9092e3.tar.gz
merging fourcc with codec_tag
Originally committed as revision 1645 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r--libavformat/asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c
index 4d4c745..5edde52 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -897,7 +897,7 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
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);
OpenPOWER on IntegriCloud