Commit Graph

2 Commits

Author SHA1 Message Date
Nicolas George 7a71a3d098 codec_names: remove spaces in sed command. 2011-08-22 20:12:50 +02:00
Nicolas George b3be9f4a88 lavc: add a table of all codecs names.
The table is automatically generated from the definition of enum CodecID in
avcodec.h and contains the name of all known codecs, even those for which no
encoder nor decoder exists or is enabled.

The table is queried using the avcodec_get_name function.

If CONFIG_SMALL is true, the table is not compiled in; the avcodec_get_name
looks for names in the list of available decoders and encoders.
2011-08-22 10:54:44 +02:00