]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/ffmpeg-utils.ts
Misc cleanup
[github/Chocobozzz/PeerTube.git] / server / helpers / ffmpeg-utils.ts
index c07dddefe9448ece2e4f9469b898a38df0daab58..8ad205961706c489c22cc9351cb8a71c8a348d6c 100644 (file)
@@ -1,7 +1,6 @@
 import * as ffmpeg from 'fluent-ffmpeg'
-
-import { CONFIG } from '../initializers'
 import { VideoResolution } from '../../shared/models/videos/video-resolution.enum'
+import { CONFIG } from '../initializers'
 
 function getVideoFileHeight (path: string) {
   return new Promise<number>((res, rej) => {