Commit 202188a2 authored by James Zern's avatar James Zern Committed by Michael Niedermayer

doc/muxers.texi: properly insert {}s in example

use '@{' / '@}', fixes compile errors:
*** '{' without macro. Before: 1:-'.'}
*** '}' without opening '{' before:

since:
907ac20a avformat/hlsenc: added HLS encryption
Signed-off-by: 's avatarJames Zern <jzern@google.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 907ac20a
......@@ -310,7 +310,7 @@ http://server/file.key
Example shell script:
@example
#!/bin/sh
BASE_URL=${1:-'.'}
BASE_URL=$@{1:-'.'@}
openssl rand 16 > file.key
echo $BASE_URL/file.key > file.keyinfo
echo file.key >> file.keyinfo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment