Revision b070bcfe
libavformat/wtv.c | ||
---|---|---|
166 | 166 |
{ |
167 | 167 |
ByteIOContext *pb = s->pb; |
168 | 168 |
|
169 |
url_fskip(pb, 32); |
|
170 |
st->codec->bit_rate = get_le32(pb); |
|
171 |
url_fskip(pb, 20); |
|
172 |
st->sample_aspect_ratio.num = get_le32(pb); |
|
173 |
st->sample_aspect_ratio.den = get_le32(pb); |
|
174 |
url_fskip(pb, 8); |
|
169 |
url_fskip(pb, 72); // picture aspect ratio is unreliable |
|
175 | 170 |
ff_get_bmp_header(pb, st); |
176 | 171 |
|
177 | 172 |
return 72 + 40; |
Also available in: Unified diff