summaryrefslogtreecommitdiff
path: root/libavcodec/profiles.h
Commit message (Collapse)AuthorAge
* profiles: Add missing #endif commentDiego Biurrun2016-02-18
|
* cosmetics: Drop empty comment linesDiego Biurrun2016-02-18
|
* lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
The profiles are a property of the codec, so it makes sense to export them through AVCodecDescriptors, not just the codec implementations.