diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-08-17 13:54:49 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2011-08-22 10:54:44 +0200 |
commit | b3be9f4a88787d2d6692ffced187db677afdc726 (patch) | |
tree | 5bfbc8a747d6613676add5e3f91fb9bdcdfaceac /.gitignore | |
parent | 8b52b46c97f2badf6095275f6c5a91ad4c2a9d51 (diff) | |
download | ffmpeg-streaming-b3be9f4a88787d2d6692ffced187db677afdc726.zip ffmpeg-streaming-b3be9f4a88787d2d6692ffced187db677afdc726.tar.gz |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ avconv libavcodec/*_tablegen libavcodec/*_tables.c libavcodec/*_tables.h +libavcodec/codec_names.h libavcodec/libavcodec* libavcore/libavcore* libavdevice/libavdevice* |