Skip to content

Commit d16cae2

Browse files
Michael Opdenackermchehab
authored andcommitted
[media] DocBook media: fix broken EIA hyperlink
This fixes the bibliography hyperlink to "http://www.eia.org" which now redirects to a page with a "404 Not found" error. The latest update to the document referred to is now available on the Consumer Electronics Association website. Signed-off-by: Michael Opdenacker <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 924b34e commit d16cae2

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Documentation/DocBook/media/v4l/biblio.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<bibliography>
22
<title>References</title>
33

4-
<biblioentry id="eia608">
5-
<abbrev>EIA&nbsp;608-B</abbrev>
4+
<biblioentry id="cea608">
5+
<abbrev>CEA&nbsp;608-E</abbrev>
66
<authorgroup>
7-
<corpauthor>Electronic Industries Alliance (<ulink
8-
url="http://www.eia.org">http://www.eia.org</ulink>)</corpauthor>
7+
<corpauthor>Consumer Electronics Association (<ulink
8+
url="http://www.ce.org">http://www.ce.org</ulink>)</corpauthor>
99
</authorgroup>
10-
<title>EIA 608-B "Recommended Practice for Line 21 Data
11-
Service"</title>
10+
<title>CEA-608-E R-2014 "Line 21 Data Services"</title>
1211
</biblioentry>
1312

1413
<biblioentry id="en300294">

Documentation/DocBook/media/v4l/dev-sliced-vbi.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ ETS&nbsp;300&nbsp;231, lsb first transmitted.</entry>
254254
<row>
255255
<entry><constant>V4L2_SLICED_CAPTION_525</constant></entry>
256256
<entry>0x1000</entry>
257-
<entry><xref linkend="eia608" /></entry>
257+
<entry><xref linkend="cea608" /></entry>
258258
<entry>NTSC line 21, 284 (second field 21)</entry>
259259
<entry>Two bytes in transmission order, including parity
260260
bit, lsb first transmitted.</entry>

Documentation/DocBook/media/v4l/vidioc-g-sliced-vbi-cap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ ETS&nbsp;300&nbsp;231, lsb first transmitted.</entry>
205205
<row>
206206
<entry><constant>V4L2_SLICED_CAPTION_525</constant></entry>
207207
<entry>0x1000</entry>
208-
<entry><xref linkend="eia608" /></entry>
208+
<entry><xref linkend="cea608" /></entry>
209209
<entry>NTSC line 21, 284 (second field 21)</entry>
210210
<entry>Two bytes in transmission order, including parity
211211
bit, lsb first transmitted.</entry>

0 commit comments

Comments
 (0)