summaryrefslogtreecommitdiffstats
path: root/libavcodec/audio_frame_queue.h
Commit message (Collapse)AuthorAgeFilesLines
* audio_frame_queue: Clean up ff_af_queue_log_state debug functionDiego Biurrun2012-08-261-7/+0
| | | | | | The function is debug-only, so only compile it in debug mode. Make it static as it has no uses outside of the file. Change av_log() to av_dlog().
* avcodec: add code for a frame queue for use by audio encoders with delayJustin Ruggles2012-03-201-0/+90
This simplifies matching of timestamps between input frames and output packets.
OpenPOWER on IntegriCloud