From d3d74891fa9285423076cbf81ab53748108fe3f3 Mon Sep 17 00:00:00 2001 From: Jack Haughton Date: Thu, 5 Apr 2018 17:00:41 +0100 Subject: [PATCH] Include Annex B in preserveIndents --- Gruntfile.coffee | 1 + docs/index.html | 38 +++++++++++++++++++------------------- index.md | 2 +- pdf.md | 2 +- 4 files changed, 22 insertions(+), 21 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index fde787c2..0abd76b3 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -25,6 +25,7 @@ module.exports = (grunt) -> { src: '98.testing.md', dest: '_tmp/' }, { src: '04.conventions.md', dest: '_tmp/' }, { src: '06.bitstream.syntax.md', dest: '_tmp/' } + { src: 'annex.b.superframes.md', dest: '_tmp/' } ] copy: docs: diff --git a/docs/index.html b/docs/index.html index 0b3ec9d2..48251443 100644 --- a/docs/index.html +++ b/docs/index.html @@ -37,7 +37,7 @@

AV1 Bitstream & Decoding Process Specification

-

Last modified: 2018-04-05 08:44 PT

+

Last modified: 2018-04-05 08:57 PT

Authors
Peter de Rivaz, Argon Design Ltd
@@ -44801,27 +44801,27 @@

Bitstream Syntax

Type - while ( fileSz > 0 ) { +    while ( fileSz > 0 ) {   - temporal_unit_size +        temporal_unit_size leb128() - fileSz -= Leb128Bytes +        fileSz -= Leb128Bytes   - temporal_unit( temporal_unit_size ) +        temporal_unit( temporal_unit_size )   - fileSz -= temporal_unit_size +        fileSz -= temporal_unit_size   - } +    }   @@ -44838,27 +44838,27 @@

Bitstream Syntax

Type - while ( sz > 0 ) { +    while ( sz > 0 ) {   - frame_size +        frame_size leb128() - sz -= Leb128Bytes +        sz -= Leb128Bytes   - frame_unit( frame_size ) +        frame_unit( frame_size )   - sz -= frame_size +        sz -= frame_size   - } +    }   @@ -44875,27 +44875,27 @@

Bitstream Syntax

Type - while ( sz > 0 ) { +    while ( sz > 0 ) {   - obu_length +        obu_length leb128() - sz -= Leb128Bytes +        sz -= Leb128Bytes   - open_bitstream_unit( obu_length ) +        open_bitstream_unit( obu_length )   - sz -= obu_length +        sz -= obu_length   - } +    }   diff --git a/index.md b/index.md index 38498396..3607689f 100644 --- a/index.md +++ b/index.md @@ -27,7 +27,7 @@ version_date: Released 2017-xx-xx
{::options parse_block_html="false" /} {% include_relative annex.a.levels.md %} -{% include_relative annex.b.superframes.md %} +{% include_relative _tmp/annex.b.superframes.md %} {% include_relative annex.c.experiments.md %}
diff --git a/pdf.md b/pdf.md index 209964e9..54f45ff0 100644 --- a/pdf.md +++ b/pdf.md @@ -45,7 +45,7 @@ version_date: Released 2017-xx-xx
{% include_relative annex.a.levels.md %}
-{% include_relative annex.b.superframes.md %} +{% include_relative _tmp/annex.b.superframes.md %}
{% include_relative annex.c.experiments.md %}