update cfg-cv.sh, limit titler window text chars/bfrsz
[goodguy/history.git] / cinelerra-5.1 / cinelerra / preferences.C
index f93a4ba96c72d488e2355378e1a2eb90db8eff13..f69ab3e847898b9e5520b194df0174b0fb0b529c 100644 (file)
@@ -719,7 +719,7 @@ int Preferences::get_asset_file_path(Asset *asset, char *path)
 {
        strcpy(path, asset->path);
        int result = !access(path, R_OK) ? 0 : -1;
-       if( !result && ( asset->format == FILE_MPEG ||
+       if( !result && ( asset->format == FILE_MPEG || asset->format == FILE_AC3 ||
                asset->format == FILE_VMPEG || asset->format == FILE_AMPEG ) ) {
                char source_filename[BCTEXTLEN], index_filename[BCTEXTLEN];
                IndexFile::get_index_filename(source_filename,