Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h511 char *logfile_prefix; member
Dffmpeg_opt.c1839 MATCH_PER_STREAM_OPT(passlogfiles, str, ost->logfile_prefix, oc, st); in new_video_stream()
1840 if (ost->logfile_prefix && in new_video_stream()
1841 !(ost->logfile_prefix = av_strdup(ost->logfile_prefix))) in new_video_stream()
1849 ost->logfile_prefix ? ost->logfile_prefix : in new_video_stream()
Dffmpeg.c601 av_freep(&ost->logfile_prefix); in ffmpeg_cleanup()