diff options
Diffstat (limited to 'backend/v4l-frequencies.h')
| -rw-r--r-- | backend/v4l-frequencies.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/v4l-frequencies.h b/backend/v4l-frequencies.h index 646120e..e926e7c 100644 --- a/backend/v4l-frequencies.h +++ b/backend/v4l-frequencies.h @@ -3,7 +3,7 @@   *   * Nathan Laredo (laredo@broked.net)   * - * Frequencies are given in kHz  + * Frequencies are given in kHz   */  #define NTSC_AUDIO_CARRIER	4500  #define PAL_AUDIO_CARRIER_I	6000 @@ -16,7 +16,7 @@     containing 8 bits frame sync, 5 bits control, 11 bits additional data, and     704 bits audio data.  The bit rate is reduced by transmitting only 10 bits     plus parity of each 14 bit sample, the largest sample in a frame determines -   which 10 bits are transmitted.  The parity bits for audio samples also  +   which 10 bits are transmitted.  The parity bits for audio samples also     specify the scaling factor used for that channel during that frame.  The     companeded audio data is interleaved to reduce the influence of dropouts     and the whole frame except for sync bits is scrambled for spectrum shaping.  | 
