diff options
author | Måns Rullgård <mans@mansr.com> | 2008-08-06 22:17:38 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2008-08-06 22:17:38 +0000 |
commit | 5c5b1731b77c6988debf975a5fd0a91936df013b (patch) | |
tree | 815be7b7833a50d3a0447d6b1f90fda897bd2be2 /libavfilter/avfiltergraph.h | |
parent | b888abe1be9f0b3c75273c28e9a7b58fe47d5ec4 (diff) | |
download | ffmpeg-5c5b1731b77c6988debf975a5fd0a91936df013b.tar.gz |
Maintain pointer to end of AVFormatContext.packet_buffer list
This changes add_to_pktbuf() to maintain a pointer to the last entry
in the list, avoiding a linear walk-through on each call. Before this
change, add_to_pktbuf() could take a significant amount of time (10%
of total decoding time), even with input files of several minutes.
After the change, the time spent in this function is barely measurable
with oprofile.
Originally committed as revision 14654 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/avfiltergraph.h')
0 files changed, 0 insertions, 0 deletions