Skip to content

Commit ed60d90

Browse files
andrewlewisshahdDaghash
authored andcommitted
Fix release notes link syntax
#cherrypick PiperOrigin-RevId: 774689870 (cherry picked from commit 449542a)
1 parent 46cc0e7 commit ed60d90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASENOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
* Ignore empty seek tables in FLAC files (including those containing only
3636
placeholder seek points), and fall back to binary search seeking if the
3737
duration of the file is known
38-
([#2327]()https://github.com/androidx/media/issues/2327).
38+
([#2327](https://github.com/androidx/media/issues/2327)).
3939
* Fix parsing of H.265 SEI units to fully skip unrecognized SEI types
40-
([#2456]()https://github.com/androidx/media/issues/2456).
40+
([#2456](https://github.com/androidx/media/issues/2456)).
4141
* Update `WavExtractor` to use the header extension's SubFormat data for
4242
the audio format when parsing a `WAVE_FORMAT_EXTENSIBLE` type file.
4343
* MP4: Add support for `ipcm` and `fpcm` boxes defining raw PCM audio
@@ -46,7 +46,7 @@
4646
both rotate and reflect the video. This ensures that reflected videos
4747
taken by the iPhone front facing camera display the right way up, but
4848
incorrectly reflected in the y-axis
49-
([#2012]()https://github.com/androidx/media/issues/2012).
49+
([#2012](https://github.com/androidx/media/issues/2012)).
5050
* DataSource:
5151
* Audio:
5252
* Add support for all linear PCM sample formats in

0 commit comments

Comments
 (0)