Browse Source

s/precision/resolution/

Signed-off-by: falkTX <falktx@falktx.com>
pull/770/head
falkTX 4 years ago
parent
commit
cc6aa7c8ff
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      common/jack/types.h

+ 2
- 2
common/jack/types.h View File

@@ -543,7 +543,7 @@ typedef enum {
JackBBTFrameOffset = 0x40, /**< Frame offset of BBT information */ JackBBTFrameOffset = 0x40, /**< Frame offset of BBT information */
JackAudioVideoRatio = 0x80, /**< audio frames per video frame */ JackAudioVideoRatio = 0x80, /**< audio frames per video frame */
JackVideoFrameOffset = 0x100, /**< frame offset of first video frame */ JackVideoFrameOffset = 0x100, /**< frame offset of first video frame */
JackTickDouble = 0x200, /**< double-precision tick */
JackTickDouble = 0x200, /**< double-resolution tick */


} jack_position_bits_t; } jack_position_bits_t;


@@ -615,7 +615,7 @@ struct _jack_position {


/* JACK extra transport fields */ /* JACK extra transport fields */


double tick_double; /**< current tick-within-beat in double precision.
double tick_double; /**< current tick-within-beat in double resolution.
Should be assumed zero if JackTickDouble is not set. Should be assumed zero if JackTickDouble is not set.
Since older versions of JACK do not expose this variable, Since older versions of JACK do not expose this variable,
the macro JACK_TICK_DOUBLE is provided, the macro JACK_TICK_DOUBLE is provided,


Loading…
Cancel
Save