From: Carl Hetherington Date: Sat, 12 Nov 2022 00:11:53 +0000 (+0100) Subject: Cleanup: whitespace. X-Git-Tag: v2.16.33~9 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=c2f74bf15f6f2a88138119a42a44f4241169f6e5 Cleanup: whitespace. --- diff --git a/src/lib/ffmpeg.cc b/src/lib/ffmpeg.cc index 6c8509b6c..6ec368ef6 100644 --- a/src/lib/ffmpeg.cc +++ b/src/lib/ffmpeg.cc @@ -376,6 +376,5 @@ FFmpeg::audio_frame (shared_ptr stream) _audio_frame[stream] = frame; return frame; - }