diff options
author | Vijay Marupudi <vijay@vijaymarupudi.com> | 2017-11-24 17:11:02 -0600 |
---|---|---|
committer | Kevin Mitchell <kevmitch@gmail.com> | 2017-11-26 13:36:29 -0800 |
commit | e7c12bead4e1a0b47e9a8e0f84fb2831a2ff87a5 (patch) | |
tree | 3074431a453189ade5db684fad9de84a7ec8c053 | |
parent | 386e8cd16d0b9740433ece4bf2744da055d513da (diff) |
README: fix markdown formatting of ffmpeg link
Pretty self-explanatory, square brackets instead of curly ones.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ might be broken at times. _If_ you force upstream FFmpeg, and it doesn't work, please contact upstream FFmpeg for help, instead of mpv. See -[FFmpeg contact][http://ffmpeg.org/contact.html#MailingLists] how to contact +[FFmpeg contact](http://ffmpeg.org/contact.html#MailingLists) on how to contact FFmpeg upstream. ## FFmpeg ABI compatibility |