From: Josh Coalson Date: Sun, 24 Sep 2006 07:17:58 +0000 (+0000) Subject: new pictures/ directory has files used to test PICTURE metadata importing X-Git-Tag: 1.2.0~433 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0faeaa1b6b1a85d50c391ebbf2b25fa15d181e0f;p=platform%2Fupstream%2Fflac.git new pictures/ directory has files used to test PICTURE metadata importing --- diff --git a/test/Makefile.am b/test/Makefile.am index c2cddbd..8b68139 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -17,7 +17,7 @@ TESTS_ENVIRONMENT = FLAC__TEST_LEVEL=@FLAC__TEST_LEVEL@ FLAC__TEST_WITH_VALRGIND=@FLAC__TEST_WITH_VALGRIND@ -SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files +SUBDIRS = cuesheets flac-to-flac-metadata-test-files metaflac-test-files pictures if FLaC__HAS_OGG OGG_TESTS = \ diff --git a/test/pictures/0.gif b/test/pictures/0.gif new file mode 100644 index 0000000..c9f3d71 Binary files /dev/null and b/test/pictures/0.gif differ diff --git a/test/pictures/0.jpg b/test/pictures/0.jpg new file mode 100644 index 0000000..54b9a7c Binary files /dev/null and b/test/pictures/0.jpg differ diff --git a/test/pictures/0.png b/test/pictures/0.png new file mode 100644 index 0000000..2f3ec80 Binary files /dev/null and b/test/pictures/0.png differ diff --git a/test/pictures/1.gif b/test/pictures/1.gif new file mode 100644 index 0000000..c40eeae Binary files /dev/null and b/test/pictures/1.gif differ diff --git a/test/pictures/1.png b/test/pictures/1.png new file mode 100644 index 0000000..2b487c0 Binary files /dev/null and b/test/pictures/1.png differ diff --git a/test/pictures/2.gif b/test/pictures/2.gif new file mode 100644 index 0000000..632098b Binary files /dev/null and b/test/pictures/2.gif differ diff --git a/test/pictures/2.png b/test/pictures/2.png new file mode 100644 index 0000000..a7ca42b Binary files /dev/null and b/test/pictures/2.png differ diff --git a/test/pictures/3.png b/test/pictures/3.png new file mode 100644 index 0000000..9d117b6 Binary files /dev/null and b/test/pictures/3.png differ diff --git a/test/pictures/4.jpg b/test/pictures/4.jpg new file mode 100644 index 0000000..da78796 Binary files /dev/null and b/test/pictures/4.jpg differ diff --git a/test/pictures/4.png b/test/pictures/4.png new file mode 100644 index 0000000..72c0a45 Binary files /dev/null and b/test/pictures/4.png differ diff --git a/test/pictures/5.png b/test/pictures/5.png new file mode 100644 index 0000000..abefad5 Binary files /dev/null and b/test/pictures/5.png differ diff --git a/test/pictures/6.png b/test/pictures/6.png new file mode 100644 index 0000000..4953ceb Binary files /dev/null and b/test/pictures/6.png differ diff --git a/test/pictures/7.png b/test/pictures/7.png new file mode 100644 index 0000000..c8934c1 Binary files /dev/null and b/test/pictures/7.png differ diff --git a/test/pictures/8.png b/test/pictures/8.png new file mode 100644 index 0000000..01e4118 Binary files /dev/null and b/test/pictures/8.png differ diff --git a/test/pictures/Makefile.am b/test/pictures/Makefile.am new file mode 100644 index 0000000..43b15b6 --- /dev/null +++ b/test/pictures/Makefile.am @@ -0,0 +1,32 @@ +# FLAC - Free Lossless Audio Codec +# Copyright (C) 2006 Josh Coalson +# +# This file is part the FLAC project. FLAC is comprised of several +# components distributed under difference licenses. The codec libraries +# are distributed under Xiph.Org's BSD-like license (see the file +# COPYING.Xiph in this distribution). All other programs, libraries, and +# plugins are distributed under the GPL (see COPYING.GPL). The documentation +# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the +# FLAC distribution contains at the top the terms under which it may be +# distributed. +# +# Since this particular file is relevant to all components of FLAC, +# it may be distributed under the Xiph.Org license, which is the least +# restrictive of those mentioned above. See the file COPYING.Xiph in this +# distribution. + +EXTRA_DIST = \ + 0.gif \ + 0.jpg \ + 0.png \ + 1.gif \ + 1.png \ + 2.gif \ + 2.png \ + 3.png \ + 4.jpg \ + 4.png \ + 5.png \ + 6.png \ + 7.png \ + 8.png