Skip to content

Commit

Permalink
change comment, release
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Jun 20, 2023
1 parent 70525e2 commit b2d307e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion innosetup_installer_options.iss
@@ -1,4 +1,4 @@
#define AppVer "0.13.3.beta1"
#define AppVer "0.13.3"

#define AppName "Screen Capturer Recorder"
; AppId === AppName by default BTW
Expand Down
2 changes: 1 addition & 1 deletion source_code/PushSourceDesktopAccessories.cpp
Expand Up @@ -539,7 +539,7 @@ HRESULT CPushPinDesktop::GetMediaType(int iPosition, CMediaType *pmt) // AM_MEDI
pmt->SetFormatType(&FORMAT_VideoInfo);
pmt->SetTemporalCompression(FALSE);

// Work out the GUID for the subtype from the header info.
// Work out the GUID for the subtype from the header info. i420 already set it
if (iPosition < 6) {
const GUID SubTypeGUID = GetBitmapSubtype(&pvi->bmiHeader);
pmt->SetSubtype(&SubTypeGUID);
Expand Down
Binary file modified source_code/win32/Release/screen-capture-recorder.dll
Binary file not shown.
Binary file modified source_code/x64/releasex64/screen-capture-recorder-x64.dll
Binary file not shown.

0 comments on commit b2d307e

Please sign in to comment.