aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/audio_frame_queue.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: add code for a frame queue for use by audio encoders with delayJustin Ruggles2012-03-201-0/+162
This simplifies matching of timestamps between input frames and output packets.