]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Improve amortized worst case speed of the muxers packet interleaving code
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 16 Sep 2009 20:04:04 +0000 (20:04 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 16 Sep 2009 20:04:04 +0000 (20:04 +0000)
commitfe0138f7d304eb7d2b6df04ac88ef3a319461bb7
tree3dd248986b54833d8e61459e315d990b65bb0353
parent00c4ef7176eae2df450ccbb4abb372cfd039c7a7
Improve amortized worst case speed of the muxers packet interleaving code
from O(packets_in_the_file) to O(num_of_streams).

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19887 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavformat/avformat.h
libavformat/mxfenc.c
libavformat/oggenc.c
libavformat/utils.c