Skip to content

Commit b2d307e

Browse files
committed
change comment, release
1 parent 70525e2 commit b2d307e

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

innosetup_installer_options.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#define AppVer "0.13.3.beta1"
1+
#define AppVer "0.13.3"
22

33
#define AppName "Screen Capturer Recorder"
44
; AppId === AppName by default BTW

source_code/PushSourceDesktopAccessories.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ HRESULT CPushPinDesktop::GetMediaType(int iPosition, CMediaType *pmt) // AM_MEDI
539539
pmt->SetFormatType(&FORMAT_VideoInfo);
540540
pmt->SetTemporalCompression(FALSE);
541541

542-
// Work out the GUID for the subtype from the header info.
542+
// Work out the GUID for the subtype from the header info. i420 already set it
543543
if (iPosition < 6) {
544544
const GUID SubTypeGUID = GetBitmapSubtype(&pvi->bmiHeader);
545545
pmt->SetSubtype(&SubTypeGUID);
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)