Commit cf60bccd authored by conrad's avatar conrad

oggdec: Set packet duration for ogm streams

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22493 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fa15c195
......@@ -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;
}
......
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