update cin.po, goog xlat update xx.po
[goodguy/history.git] / cinelerra-5.1 / cinelerra / filelist.C
index 2ed383fd12749fe4842f8872981c16933e3956f0..a7861e14d60b933524af1bb86ba525615ffe5139 100644 (file)
@@ -236,7 +236,7 @@ int FileList::read_list_header()
                }while(!feof(stream) && (string[0] == '#' || string[0] == ' '));
                asset->height = atol(string);
 
-               asset->interlace_mode = BC_ILACE_MODE_UNDETECTED;  // May be good to store the info in the list?
+               asset->interlace_mode = ILACE_MODE_UNDETECTED;  // May be good to store the info in the list?
                asset->layers = 1;
                asset->audio_data = 0;
                asset->video_data = 1;