summaryrefslogtreecommitdiff
path: root/libavfilter/audio.c
Commit message (Collapse)AuthorAge
* lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.Anton Khirnov2012-05-18
|
* lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-09
This is easier to follow than having them randomly scattered in avfilter.c and defaults.c.