summaryrefslogtreecommitdiff
path: root/libavformat/audiointerleave.h
Commit message (Collapse)AuthorAge
* rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier2009-02-09
| | | | Originally committed as revision 17103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: typo/grammar fixes in doxygen and other commentsDiego Biurrun2009-02-08
| | | | Originally committed as revision 17085 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare ff_interleave_new_audio_packet as static, it is not usedBaptiste Coudurier2009-02-08
| | | | | | | outside of audiointerleave.c. Also remove the function declaration from the header as it is now static. Originally committed as revision 17068 to svn://svn.ffmpeg.org/ffmpeg/trunk
* document ff_audio_interleaveBaptiste Coudurier2009-02-08
| | | | Originally committed as revision 17066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract audio interleaving code from mxf muxer, will be used by gxf and dvBaptiste Coudurier2009-02-08
Originally committed as revision 17038 to svn://svn.ffmpeg.org/ffmpeg/trunk