diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-10-05 23:33:02 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-06 09:21:54 +0200 |
commit | c010fce6c91f80245c6d38f6281ffb054b379f45 (patch) | |
tree | 76b999be1a72a80d53544196e259f4c1de064861 | |
parent | ba04177eeb690ba4e93ec30fc8eb02f5319f844b (diff) | |
download | ffmpeg-c010fce6c91f80245c6d38f6281ffb054b379f45.tar.gz |
parseutils-test: Drop random colors from parsing test
This guarantees stable output for comparing test results.
-rw-r--r-- | libavutil/parseutils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c index 3149537f6a..0ca179ea80 100644 --- a/libavutil/parseutils.c +++ b/libavutil/parseutils.c @@ -693,8 +693,6 @@ int main(void) int i; uint8_t rgba[4]; const char *color_names[] = { - "bikeshed", - "RaNdOm", "foo", "red", "Red ", |