diff options
| author | drowe67 <[email protected]> | 2025-02-22 12:27:10 +1030 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-22 12:27:10 +1030 |
| commit | 96e8a19c2487fd83bd981ce570f257aef42618f9 (patch) | |
| tree | 4e84413861b03609e9c249ee2fde30f1a94742c8 | |
| parent | ff00a6e2489f870abb10117ff5bf4b0a64bf05d4 (diff) | |
| parent | 2738eacce21c2386c645c79dad55bbe7accf4b94 (diff) | |
more search engine friendly \title in doc/codec2.pdf
| -rw-r--r-- | .github/workflows/cmake-sm1000.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/cmake.yml | 2 | ||||
| -rw-r--r-- | doc/codec2.pdf | bin | 314413 -> 316470 bytes | |||
| -rw-r--r-- | doc/codec2.tex | 3 |
4 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/cmake-sm1000.yml b/.github/workflows/cmake-sm1000.yml index cce1bbe..ab24b5d 100644 --- a/.github/workflows/cmake-sm1000.yml +++ b/.github/workflows/cmake-sm1000.yml @@ -12,7 +12,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index df02ee2..8550384 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -12,7 +12,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 diff --git a/doc/codec2.pdf b/doc/codec2.pdf Binary files differindex 6e63266..c47e5f8 100644 --- a/doc/codec2.pdf +++ b/doc/codec2.pdf diff --git a/doc/codec2.tex b/doc/codec2.tex index b9dd0e4..9bcd310 100644 --- a/doc/codec2.tex +++ b/doc/codec2.tex @@ -19,7 +19,8 @@ \input{gitbranch.txt} } -\title{Codec 2} +\title{Codec 2 Algorithm Description} + \author{David Rowe\\ \\ Revision: {\gitrevision} on branch: {\branch}} \begin{document} |
