From 325b87cf839b1b5c0ff46bb8c201612cfaedc561 Mon Sep 17 00:00:00 2001 From: strongstrongyiwen <63120519+strongstrongyiwen@users.noreply.github.com> Date: Thu, 21 May 2020 18:59:34 -0700 Subject: Fixed tab character issue in avstream/avssamp/video.cpp and added PnpLockdown flag to inx file (#503) * Fix: - Fix typo of ExAllocatePoolZero(). - Add PnpLockdown flag to INX file. * Fixed tab character issue and added PnpLockdown flag to inx file Co-authored-by: Joel Corley --- avstream/avssamp/avssamp.inx | Bin 3226 -> 3256 bytes avstream/avssamp/video.cpp | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/avstream/avssamp/avssamp.inx b/avstream/avssamp/avssamp.inx index bcb18baa..61d66fa3 100644 Binary files a/avstream/avssamp/avssamp.inx and b/avstream/avssamp/avssamp.inx differ diff --git a/avstream/avssamp/video.cpp b/avstream/avssamp/video.cpp index 1be9b56e..0f3f7c7d 100644 --- a/avstream/avssamp/video.cpp +++ b/avstream/avssamp/video.cpp @@ -1,4 +1,4 @@ -/************************************************************************** +/************************************************************************** AVStream Filter-Centric Sample @@ -23,7 +23,7 @@ /************************************************************************** PAGEABLE CODE - + **************************************************************************/ #ifdef ALLOC_PRAGMA -- cgit v1.3.1