Browse code

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

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

since:
907ac20 avformat/hlsenc: added HLS encryption

Signed-off-by: James Zern <jzern@google.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

James Zern authored on 2015/06/16 15:04:45
Showing 1 changed files
... ...
@@ -310,7 +310,7 @@ http://server/file.key
310 310
 Example shell script:
311 311
 @example
312 312
 #!/bin/sh
313
-BASE_URL=${1:-'.'}
313
+BASE_URL=$@{1:-'.'@}
314 314
 openssl rand 16 > file.key
315 315
 echo $BASE_URL/file.key > file.keyinfo
316 316
 echo file.key >> file.keyinfo