summaryrefslogtreecommitdiff
path: root/libavcodec/codec_par.h
Commit message (Collapse)AuthorAge
* avcodec/codec_par: Add missing doxy group openingMarvin Scholz2022-10-17
|
* avcodec: Fix Doxygen trailing brief commentsMarvin Scholz2022-10-17
| | | | | The //< comment is not any magic comment supported by Doxygen, instead use ///< to mark them as doc for the members.
* avcodecpar: switch to the new channel layout APIVittorio Giovara2022-03-15
| | | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: James Almer <jamrial@gmail.com>
* lavc: move av_get_audio_frame_duration2() from avcodec.h to codec_par.hAnton Khirnov2021-06-10
|
* avcodec.h: split AVCodecParameters API into its own headerAnton Khirnov2020-05-22