Re: [FFmpeg-devel] [PATCH] doc/muxers.texi: properly insert {}s in example

2015-06-16 Thread Michael Niedermayer
On Mon, Jun 15, 2015 at 11:04:45PM -0700, James Zern wrote:
> use '@{' / '@}', fixes compile errors:
> *** '{' without macro. Before: 1:-'.'}
> *** '}' without opening '{' before:
> 
> since:
> 907ac20 avformat/hlsenc: added HLS encryption
> 
> Signed-off-by: James Zern 
> ---
>  doc/muxers.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

applied

thanks

[...]
-- 
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Dictatorship naturally arises out of democracy, and the most aggravated
form of tyranny and slavery out of the most extreme liberty. -- Plato


signature.asc
Description: Digital signature
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


[FFmpeg-devel] [PATCH] doc/muxers.texi: properly insert {}s in example

2015-06-15 Thread James Zern
use '@{' / '@}', fixes compile errors:
*** '{' without macro. Before: 1:-'.'}
*** '}' without opening '{' before:

since:
907ac20 avformat/hlsenc: added HLS encryption

Signed-off-by: James Zern 
---
 doc/muxers.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/muxers.texi b/doc/muxers.texi
index 1dd7d06..22a8eb7 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -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
-- 
2.2.0.rc0.207.ga3a616c

___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel