Mercurial > libavformat.hg
changeset 117:497ae2790081 libavformat
* filling bitdepth
author | kabi |
---|---|
date | Tue, 22 Apr 2003 08:32:33 +0000 |
parents | 6026a7f8ff78 |
children | 79d651162d35 |
files | asf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/asf.c Mon Apr 21 21:18:51 2003 +0000 +++ b/asf.c Tue Apr 22 08:32:33 2003 +0000 @@ -888,7 +888,7 @@ 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) {