diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-20 17:16:55 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-11-25 10:07:51 +0100 |
commit | daf6e4801052d3ca6be2fafd20bae2323b1ce175 (patch) | |
tree | a136af611c2543c461ce3fd126ddb7cb1e37a0c2 /server/models/video/video.ts | |
parent | 123f61933611f326ea5a5e8c2ea253ee8720e4f0 (diff) | |
download | PeerTube-daf6e4801052d3ca6be2fafd20bae2323b1ce175.tar.gz PeerTube-daf6e4801052d3ca6be2fafd20bae2323b1ce175.tar.zst PeerTube-daf6e4801052d3ca6be2fafd20bae2323b1ce175.zip |
Split ffmpeg utils with ffprobe utils
Diffstat (limited to 'server/models/video/video.ts')
-rw-r--r-- | server/models/video/video.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/video/video.ts b/server/models/video/video.ts index f365d3d51..d33ae8a5a 100644 --- a/server/models/video/video.ts +++ b/server/models/video/video.ts | |||
@@ -51,7 +51,7 @@ import { | |||
51 | isVideoStateValid, | 51 | isVideoStateValid, |
52 | isVideoSupportValid | 52 | isVideoSupportValid |
53 | } from '../../helpers/custom-validators/videos' | 53 | } from '../../helpers/custom-validators/videos' |
54 | import { getVideoFileResolution } from '../../helpers/ffmpeg-utils' | 54 | import { getVideoFileResolution } from '../../helpers/ffprobe-utils' |
55 | import { logger } from '../../helpers/logger' | 55 | import { logger } from '../../helpers/logger' |
56 | import { CONFIG } from '../../initializers/config' | 56 | import { CONFIG } from '../../initializers/config' |
57 | import { | 57 | import { |