X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Findexfile.C;h=bdb928cee301ad8b5739d83c7f1eaae6f0ba5fb0;hb=5249bc8407920effc00e13940d3d4ccea0dd5d9f;hp=5958efa5f85a08aaee6c6b50957d4521d1d95c41;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/indexfile.C b/cinelerra-5.1/cinelerra/indexfile.C index 5958efa5..bdb928ce 100644 --- a/cinelerra-5.1/cinelerra/indexfile.C +++ b/cinelerra-5.1/cinelerra/indexfile.C @@ -445,7 +445,7 @@ SET_TRACE // Some file formats have their own sample index. // Test for index in stream table of contents - if(source && !source->get_index(index_filename)) + if(source && !source->get_index(this, progress)) { IndexState *index_state = get_state(); index_state->index_status = INDEX_READY;