mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-10 12:09:53 +00:00
Add to libavcodec/tests/.gitignore an entry for test
program libavcodec/tests/mpeg12framerate . Other
similar test programs, e.g. jpeg2000dwt and dct, are
ignored in a similar way.
On initially checking out master, and doing "./configure"
and "make clean", "git status" reports no untracked
files. After running "make fate", "git status" reports
untracked file "libavcodec/tests/mpeg12framerate".
mpeg12framerate is a unit test program. It was apparently
introduced in commit
|
||
|---|---|---|
| .. | ||
| aarch64 | ||
| arm | ||
| ppc | ||
| x86 | ||
| .gitignore | ||
| avfft.c | ||
| avpacket.c | ||
| cabac.c | ||
| celp_math.c | ||
| dct.c | ||
| fft-fixed.c | ||
| fft-fixed32.c | ||
| fft.c | ||
| golomb.c | ||
| htmlsubtitles.c | ||
| iirfilter.c | ||
| imgconvert.c | ||
| jpeg2000dwt.c | ||
| mathops.c | ||
| mjpegenc_huffman.c | ||
| motion.c | ||
| mpeg12framerate.c | ||
| options.c | ||
| rangecoder.c | ||
| snowenc.c | ||
| utils.c | ||