Browse Source

parseutils-test: Drop random colors from parsing test

This guarantees stable output for comparing test results.
tags/n1.1
Diego Biurrun 12 years ago
parent
commit
c010fce6c9
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavutil/parseutils.c

+ 0
- 2
libavutil/parseutils.c View File

@@ -693,8 +693,6 @@ int main(void)
int i;
uint8_t rgba[4];
const char *color_names[] = {
"bikeshed",
"RaNdOm",
"foo",
"red",
"Red ",


Loading…
Cancel
Save