diff options
| m--------- | ffms2 | 0 | ||||
| -rw-r--r-- | rotord/test_ffms2.c | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/ffms2 b/ffms2 -Subproject ec0ef9c1d1dd6521dce5f3c02ce291cdf89aa98 +Subproject 57ae96282eafec99153037423c33ebd29b40171 diff --git a/rotord/test_ffms2.c b/rotord/test_ffms2.c index 1b30b04..759bde3 100644 --- a/rotord/test_ffms2.c +++ b/rotord/test_ffms2.c @@ -42,7 +42,7 @@ int main (int argc, char *argv[]) { FFMS_Index *index = FFMS_MakeIndex(sourcefile, 0, 0, NULL, NULL, FFMS_IEH_STOP_TRACK, NULL, NULL, &errinfo); if (index == NULL) { /* handle error (print errinfo.Buffer somewhere) */ - printf("Error: cannot index %s\n",sourcefile); + printf("Error: cannot index %s: %s\n",sourcefile,errmsg); return 0; } |
