diff options
| author | Joel Corley <[email protected]> | 2020-04-07 00:42:28 -0700 |
|---|---|---|
| committer | Joel Corley <[email protected]> | 2020-04-07 00:42:28 -0700 |
| commit | 6568238719a3fe6d317e1d4a13131f5d2ca0234b (patch) | |
| tree | f2fab0e33040d18373174b73ec45dc6935082581 /avstream/avssamp/video.cpp | |
| parent | 43e90d07b44b756ce084a31ac3ca154857bb64d8 (diff) | |
Fix typos, etc. to address review comments.
Diffstat (limited to 'avstream/avssamp/video.cpp')
| -rw-r--r-- | avstream/avssamp/video.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/avstream/avssamp/video.cpp b/avstream/avssamp/video.cpp index d2291a24..d18dc95d 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 @@ -557,7 +557,7 @@ Routine Description: selected in order to change the format for the pin. In this case, OldFormat will not be NULL. - Validate that the format is acceptible and perform the actions necessary + Validate that the format is acceptable and perform the actions necessary to change format if appropriate. Arguments: |
