summaryrefslogtreecommitdiff
path: root/libavcodec/old_codec_ids.h
Commit message (Collapse)AuthorAge
* Drop Snow codecDiego Biurrun2013-01-06
| | | | Snow is a toy codec with no real-world use and horrible code.
* lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.Anton Khirnov2012-08-10
| | | | | | | C++ does not allow to mix different enums, so e.g. code comparing ACodecID with CodecID would fail to compile with gcc. This very evil hack should fix this problem.
* lavc: add AV prefix to codec ids.Anton Khirnov2012-08-07