]> git.sesse.net Git - ffmpeg/blobdiff - tools/ffeval.c
Merge commit 'b396bbad100a7493691d09b8dceba91e3cd28e2e'
[ffmpeg] / tools / ffeval.c
index 66b103294f683a7ceb1cbc40c7347ebc91f12bae..944f374727da21c21270378b8854a6b63063489d 100644 (file)
@@ -124,7 +124,7 @@ int main(int argc, char **argv)
                 if (echo)
                     fprintf(outfile, "%s ", buf);
                 if (ret >= 0) fprintf(outfile, "%s%f\n", prompt, d);
-                else          fprintf(outfile, "%s%s\n", prompt, av_err2str(ret));
+                else          fprintf(outfile, "%s%f (%s)\n", prompt, d, av_err2str(ret));
             }
             count = 0;
         } else {