Home
last modified time | relevance | path

Searched refs:mdatinput (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmoovrecover.c166 FILE *mdatinput = NULL; in gst_qt_moov_recover_run() local
208 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()