]> git.sesse.net Git - ffmpeg/commit
lavc: add codec descriptors.
authorAnton Khirnov <anton@khirnov.net>
Sun, 5 Aug 2012 13:18:00 +0000 (15:18 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sat, 11 Aug 2012 09:32:11 +0000 (11:32 +0200)
commitc223d79945b1fafad44c6dfab9f76a1fec96f810
tree5c2e9765cd7d04b575f5f9285a7d682a1edea7b3
parent2ff67c909c95903240c30405b0b231ba68f5407a
lavc: add codec descriptors.

They describe properties that are inherent to a codec (as described by
an AVCodecID) without referring to a specific implementation.
libavcodec/Makefile
libavcodec/avcodec.h
libavcodec/codec_desc.c [new file with mode: 0644]