Revision 3477897e
libavformat/oggparseogm.c | ||
---|---|---|
149 | 149 |
os->pstart += lb + 1; |
150 | 150 |
os->psize -= lb + 1; |
151 | 151 |
|
152 |
while (lb--) |
|
153 |
os->pduration += p[lb+1] << (lb*8); |
|
154 |
|
|
152 | 155 |
return 0; |
153 | 156 |
} |
154 | 157 |
|
Also available in: Unified diff