[Scummvm-git-logs] scummvm master -> 91e5394f5c8354124fc761834917fe64ccddca74
sev-
noreply at scummvm.org
Wed Aug 14 17:10:15 UTC 2024
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
af00823a11 VIDEO: Hid debug message deeper
91e5394f5c JANITORIAL: Remove trailing spaces
Commit: af00823a118d9d49a965e55a84eddb3dd900e379
https://github.com/scummvm/scummvm/commit/af00823a118d9d49a965e55a84eddb3dd900e379
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-08-14T19:10:00+02:00
Commit Message:
VIDEO: Hid debug message deeper
Changed paths:
video/mpegps_decoder.cpp
diff --git a/video/mpegps_decoder.cpp b/video/mpegps_decoder.cpp
index 43219d6befb..2e912826007 100644
--- a/video/mpegps_decoder.cpp
+++ b/video/mpegps_decoder.cpp
@@ -686,7 +686,7 @@ void MPEGPSDecoder::MPEGVideoTrack::findDimensions(Common::SeekableReadStream *f
if (_pixelFormat.bytesPerPixel == 1)
_pixelFormat = Graphics::PixelFormat(4, 8, 8, 8, 8, 8, 16, 24, 0);
- debug(0, "MPEG dimensions: %dx%d", _width, _height);
+ debug(3, "MPEG dimensions: %dx%d", _width, _height);
firstPacket->seek(0);
}
Commit: 91e5394f5c8354124fc761834917fe64ccddca74
https://github.com/scummvm/scummvm/commit/91e5394f5c8354124fc761834917fe64ccddca74
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-08-14T19:10:00+02:00
Commit Message:
JANITORIAL: Remove trailing spaces
Changed paths:
audio/mixer.h
diff --git a/audio/mixer.h b/audio/mixer.h
index 95e2e48a3b6..8cfdca80345 100644
--- a/audio/mixer.h
+++ b/audio/mixer.h
@@ -254,7 +254,7 @@ public:
/**
* Set the sample rate for the given handle.
- *
+ *
* @param handle The sound to affect.
* @param rate The new sample rate. Must be less than 131072
*/
@@ -262,9 +262,9 @@ public:
/**
* Get the sample rate for the given handle.
- *
+ *
* @param handle The sound to affect.
- *
+ *
* @return The current sample rate of the channel.
*/
virtual uint32 getChannelRate(SoundHandle handle) = 0;
@@ -272,7 +272,7 @@ public:
/**
* Reset the sample rate of the channel back to its
* AudioStream's native rate.
- *
+ *
* @param handle The sound to affect.
*/
virtual void resetChannelRate(SoundHandle handle) = 0;
More information about the Scummvm-git-logs
mailing list