qtdemux: more work at reducing loop overhead
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 4 Jan 2010 18:44:53 +0000 (19:44 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Tue, 5 Jan 2010 14:51:52 +0000 (15:51 +0100)
commit17630760f41cecb365296a90911a3061508861fd
treea6543daeec6db08d633864b96c2c3c6de50a5a78
parent91a5e5138fad2a496a6388f165c3b213a913edf5
qtdemux: more work at reducing loop overhead

Try to avoid derefs when parsing the index. Save the state into the structures
when we exit the loop instead of for each iteration.
gst/qtdemux/qtdemux.c