Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous tidying in ld-decode-vbi #403

Merged
merged 3 commits into from
Jan 9, 2020

Conversation

atsampson
Copy link
Collaborator

Some tidying, extracted from my zvbi experiments:

  • Remove more unused QObject bits from ld-decode-vbi and library/tbc.

  • Add constants for the range of line numbers ld-decode-vbi extracts, so these can now be changed in one place.

No functional changes.

These are in VbiLineDecoder, since it makes the most use of them.

It's not necessary to subtract 1 from the field line again here -- the
1-based numbering is handled in SourceVideo, and subtracting 1 and
starting from 9 instead of 10 cancelled each other out.
@atsampson atsampson added enhancement ld-decode-tools An issue only affecting the ld-decode-tools labels Jan 9, 2020
Copy link
Collaborator

@simoninns simoninns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gave the changes a quick run though; all looks good and sensible to me :)

@simoninns simoninns merged commit 9c2e1c9 into happycube:master Jan 9, 2020
@atsampson atsampson deleted the vbitidy branch January 9, 2020 22:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ld-decode-tools An issue only affecting the ld-decode-tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants