ffmpeg/libavcodec/tests
Jim DeLaHunt fb791d2876 Ignore libavcodec/tests/mpeg12framerate, a test program
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
278c308cea, on
Tue Sep 12 22:11:56 2017 +0100. It added a new function
ff_mpeg12_find_best_frame_rate() to
libavcodec/mpeg12framerate.c , and the code in
libavcodec/tests/mpeg12framerate.c to exercise that
function. This commit also added the new program to
the FATE suite, but it omitted a .gitignore entry.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-11-18 11:57:57 +01:00
..
aarch64
arm
ppc
x86 avcodec/x86: add an 8-bit simple IDCT function based on the x86-64 high depth functions 2017-06-28 17:27:35 +02:00
.gitignore Ignore libavcodec/tests/mpeg12framerate, a test program 2017-11-18 11:57:57 +01:00
avfft.c
avpacket.c
cabac.c
celp_math.c avcodec/tests/celp_math: Change IsAlmostEqual() to a function 2017-03-24 18:18:57 +01:00
dct.c avcodec/tests/dct: Add Mean square error test 2017-08-11 12:06:41 +02:00
fft-fixed.c
fft-fixed32.c
fft.c
golomb.c lavc/tests/golomb: Add unit test for set_ue_golomb_long. 2017-06-24 22:17:15 +02:00
htmlsubtitles.c lavc/htmlsubtitles: improve line breaks handling 2017-08-01 15:50:00 +02:00
iirfilter.c
imgconvert.c
jpeg2000dwt.c
mathops.c
mjpegenc_huffman.c
motion.c
mpeg12framerate.c mpeg12: Add a common function to find the best frame rate 2017-10-17 20:56:30 +01:00
options.c
rangecoder.c
snowenc.c
utils.c