diff options
author | Bryce Van Dyk <[email protected]> | 2017-11-27 13:28:09 -0500 |
---|---|---|
committer | Matthew Gregan <[email protected]> | 2017-11-28 15:46:52 +1300 |
commit | 2c25a4eb32cbdb5a3a5573acea4a66a41de1f5c8 (patch) | |
tree | 83dec42aba80015ceb1db27d036685d86581fe19 /include | |
parent | 98c535b92dde172c273ce30e2c6255e691688cec (diff) | |
download | cubeb-2c25a4eb32cbdb5a3a5573acea4a66a41de1f5c8.tar.gz cubeb-2c25a4eb32cbdb5a3a5573acea4a66a41de1f5c8.zip |
Replace instances of 'S' with 'RC' in the SMPTE channel layout comment.
Looking at the table S appears to be undefined. I believe it is intended to
represent the same thing as 'RC': rear center. This updates the comment to
reflect this.
Diffstat (limited to 'include')
-rw-r--r-- | include/cubeb/cubeb.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/cubeb/cubeb.h b/include/cubeb/cubeb.h index 59e809b..6d3f195 100644 --- a/include/cubeb/cubeb.h +++ b/include/cubeb/cubeb.h @@ -164,10 +164,10 @@ typedef enum { * STEREO-LFE L R LFE * 3F L R C * 3F-LFE L R C LFE - * 2F1 L R S - * 2F1-LFE L R LFE S - * 3F1 L R C S - * 3F1-LFE L R C LFE S + * 2F1 L R RC + * 2F1-LFE L R LFE RC + * 3F1 L R C RC + * 3F1-LFE L R C LFE RC * 2F2 L R LS RS * 2F2-LFE L R LFE LS RS * 3F2 L R C LS RS |