summaryrefslogtreecommitdiffstats
path: root/libavcodec/audio_frame_queue.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
|
* audio_frame_queue: Define af_queue_log_state before using itMartin Storsjö2012-08-281-16/+16
| | | | | | | This fixes building with DEBUG defined after the function was made static and the prototype removed in d7f9786cbc. Signed-off-by: Martin Storsjö <martin@martin.st>
* audio_frame_queue: Clean up ff_af_queue_log_state debug functionDiego Biurrun2012-08-261-10/+10
| | | | | | 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().
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* 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.
OpenPOWER on IntegriCloud