diff options
| author | strongstrongyiwen <[email protected]> | 2020-05-21 18:59:34 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-21 18:59:34 -0700 |
| commit | 325b87cf839b1b5c0ff46bb8c201612cfaedc561 (patch) | |
| tree | ed06573a9f6b393499348399f8ee2b55fa8d6cc5 | |
| parent | bf0b0fe11d8b301cdfcc6d13f12a778cdd1c14b5 (diff) | |
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 <[email protected]>
| -rw-r--r-- | avstream/avssamp/avssamp.inx | bin | 3226 -> 3256 bytes | |||
| -rw-r--r-- | avstream/avssamp/video.cpp | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/avstream/avssamp/avssamp.inx b/avstream/avssamp/avssamp.inx Binary files differindex bcb18baa..61d66fa3 100644 --- a/avstream/avssamp/avssamp.inx +++ b/avstream/avssamp/avssamp.inx 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 |
