vcs icon indicating copy to clipboard operation
vcs copied to clipboard

ffmpeg still uses .uvcat directory

Open doutriaux1 opened this issue 5 years ago • 1 comments

   4689         if isinstance(files, (list, tuple)):
-> 4690             test_file = files[0]
   4691 
   4692             rnd = "%s/.uvcdat/__uvcdat_%i" % (

we should use dotdir stuff rather than .uvcdat

doutriaux1 avatar Apr 18 '19 17:04 doutriaux1