Searched refs:mdatinput (Results 1 – 1 of 1) sorted by relevance
166 FILE *mdatinput = NULL; in gst_qt_moov_recover_run() local208 mdatinput = g_fopen (qtmr->broken_input, "rb"); in gst_qt_moov_recover_run()209 if (mdatinput == NULL) { in gst_qt_moov_recover_run()226 mdat_recov = mdat_recov_file_create (mdatinput, qtmr->faststart_mode, &err); in gst_qt_moov_recover_run()227 mdatinput = NULL; in gst_qt_moov_recover_run()275 if (mdatinput) in gst_qt_moov_recover_run()276 fclose (mdatinput); in gst_qt_moov_recover_run()