summaryrefslogtreecommitdiff
path: root/rotord/test_ffms2.c
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-02-20 12:07:55 +0000
committerTim Redfern <tim@eclectronics.org>2014-02-20 12:07:55 +0000
commitc83f900c4337f8bb07c1cd6e60c2cebaba24192c (patch)
treee17650b5a0939614538127632844c8433fc72d81 /rotord/test_ffms2.c
parent5c11c21656b0c0ee6f1bb6eec1dfa3ff6f602d87 (diff)
adding ffms2 with small files fix
Diffstat (limited to 'rotord/test_ffms2.c')
-rw-r--r--rotord/test_ffms2.c2
1 files changed, 1 insertions, 1 deletions
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;
}