From c83f900c4337f8bb07c1cd6e60c2cebaba24192c Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 20 Feb 2014 12:07:55 +0000 Subject: adding ffms2 with small files fix --- rotord/test_ffms2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rotord/test_ffms2.c') 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; } -- cgit v1.2.3