You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fixing whitespace
This commit is contained in:
@@ -821,10 +821,10 @@ void FFmpegReader::UpdateVideoInfo() {
|
||||
|
||||
// Certain "image" formats do not have a valid duration
|
||||
if (info.duration <= 0.0f && pStream->duration == AV_NOPTS_VALUE && pFormatCtx->duration == AV_NOPTS_VALUE) {
|
||||
// Force an "image" duration
|
||||
info.duration = 60 * 60 * 1; // 1 hour duration
|
||||
info.video_length = 1;
|
||||
info.has_single_image = true;
|
||||
// Force an "image" duration
|
||||
info.duration = 60 * 60 * 1; // 1 hour duration
|
||||
info.video_length = 1;
|
||||
info.has_single_image = true;
|
||||
}
|
||||
|
||||
// Get the # of video frames (if found in stream)
|
||||
|
||||
Reference in New Issue
Block a user