Docs: NEW CHANGE#12 for Android automotive changes to cdd
      VP9 and HEVC codecs made optional for Android 5.1
      automotive implementations as video playback is in
      many cases a less likely use-case for this device type
      Now strongly recommended for Auto, optional for Watch
      Removed reference to footnote 2

Bug: 19951915

Change-Id: I6fea6a4a45430f0c931f86a120cbe04045f0b3dc
diff --git a/src/compatibility/5.1/android-5.1-cdd.html b/src/compatibility/5.1/android-5.1-cdd.html
index ef2cd35..3e5740d 100644
--- a/src/compatibility/5.1/android-5.1-cdd.html
+++ b/src/compatibility/5.1/android-5.1-cdd.html
@@ -1793,9 +1793,7 @@
 
 <h3 id="5_1_3_video_codecs">5.1.3. Video Codecs</h3>
 
-<div class="div">
 <p>Video codecs are optional for Android Watch device implementations.</p>
-</div>
 
 <table>
  <tr>
@@ -1803,7 +1801,7 @@
     <th>Encoder</th>
     <th>Decoder</th>
     <th>Details</th>
-    <th>Supported File Types/Container Formats</th>
+    <th>Supported File Types/<br>Container Formats</th>
  </tr>
  <tr>
     <td>H.263</td>
@@ -1827,7 +1825,7 @@
  <tr>
     <td>H.265 HEVC</td>
     <td></td>
-    <td>REQUIRED<sup>2</sup></td>
+    <td>REQUIRED<sup>5</sup></td>
     <td>See <a href="#5_3_video_decoding">section 5.3</a> for details</td>
     <td>MPEG-4 (.mp4)</td>
  </tr>
@@ -1874,6 +1872,8 @@
 
 <p class="table_footnote">4 Device implementations SHOULD support writing Matroska WebM files.</p>
 
+<p class="table_footnote">5 Strongly recommended for Android Automotive, optional for Android Watch, and required for all other device types.</p>
+
 <h2 id="5_2_video_encoding">5.2. Video Encoding</h2>
 
 <div class="note">
@@ -4487,6 +4487,10 @@
     <td>5.1. Media Codecs</td>
     <td>Added 3 sections for Audio, Image, and Video codecs.</td>
  </tr>
+   <tr>
+    <td>5.1.3 Video Codecs</td>
+    <td>Added Android automotive requirements.</td>
+ </tr>
  <tr>
     <td>5.4 Audio Recording</td>
     <td>Broken into subsections</td>