Commit 693feac5 authored by Zdenek Kabelac's avatar Zdenek Kabelac

* filling bitdepth

Originally committed as revision 1811 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 3ec38777
......@@ -888,7 +888,7 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
st->codec.height = get_le32(pb);
/* not available for asf */
get_le16(pb); /* panes */
get_le16(pb); /* depth */
st->codec.bits_per_sample = get_le16(pb); /* depth */
tag1 = get_le32(pb);
url_fskip(pb, 20);
if (size > 40) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment