summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2011-08-17 13:54:49 +0200
committerNicolas George <nicolas.george@normalesup.org>2011-08-22 10:54:44 +0200
commitb3be9f4a88787d2d6692ffced187db677afdc726 (patch)
tree5bfbc8a747d6613676add5e3f91fb9bdcdfaceac /.gitignore
parent8b52b46c97f2badf6095275f6c5a91ad4c2a9d51 (diff)
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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 958dd71668..e7585e3d7f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,6 +20,7 @@ avconv
libavcodec/*_tablegen
libavcodec/*_tables.c
libavcodec/*_tables.h
+libavcodec/codec_names.h
libavcodec/libavcodec*
libavcore/libavcore*
libavdevice/libavdevice*