diff mbox

[FFmpeg-devel] Ignore libavcodec/tests/mpeg12framerate, a test program

Message ID 20171117094527.31729-1-from.ffmpeg-dev@jdlh.com
State Accepted
Commit fb791d28766bdacbb685a77c381101afc98ed58b
Headers show

Commit Message

Jim DeLaHunt Nov. 17, 2017, 9:45 a.m. UTC
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
278c308ceae6b8d7bac1dfc24518821aae603988, 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.
---
 libavcodec/tests/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Michael Niedermayer Nov. 18, 2017, 2:11 a.m. UTC | #1
On Fri, Nov 17, 2017 at 01:45:27AM -0800, Jim DeLaHunt wrote:
> 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
> 278c308ceae6b8d7bac1dfc24518821aae603988, 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.
> ---
>  libavcodec/tests/.gitignore | 1 +
>  1 file changed, 1 insertion(+)

will apply unless someone else is faster

[...]
diff mbox

Patch

diff --git a/libavcodec/tests/.gitignore b/libavcodec/tests/.gitignore
index 7f9e3825b6..350fb2990c 100644
--- a/libavcodec/tests/.gitignore
+++ b/libavcodec/tests/.gitignore
@@ -14,6 +14,7 @@ 
 /mathops
 /mjpegenc_huffman
 /motion
+/mpeg12framerate
 /options
 /rangecoder
 /snowenc