Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh de Kock <josh@itanimul.li>2017-12-23 01:17:00 +0300
committerJosh de Kock <josh@itanimul.li>2018-02-06 21:50:27 +0300
commit7e8eba2d8755962d9dca5eade57bf8f591a73c0c (patch)
treeb997d9b1f5efa61f828f21e130355e3f9d85d3b0 /libavcodec/.gitignore
parentcaa4bd7a9fe9186a56fdcb8194263b066978cbbe (diff)
lavc: add new API for iterating codecs and codec parsers
Based on an unfinished patch by atomnuker.
Diffstat (limited to 'libavcodec/.gitignore')
-rw-r--r--libavcodec/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/.gitignore b/libavcodec/.gitignore
index 77a2ab1bd8..28814f7233 100644
--- a/libavcodec/.gitignore
+++ b/libavcodec/.gitignore
@@ -2,3 +2,5 @@
/*_tables.c
/*_tables.h
/bsf_list.c
+/codec_list.c
+/parser_list.c