diff --git a/libavformat/oggparseogm.c b/libavformat/oggparseogm.c index 0738d65b52..01464839c4 100644 --- a/libavformat/oggparseogm.c +++ b/libavformat/oggparseogm.c @@ -149,6 +149,9 @@ ogm_packet(AVFormatContext *s, int idx) os->pstart += lb + 1; os->psize -= lb + 1; + while (lb--) + os->pduration += p[lb+1] << (lb*8); + return 0; }