[FFmpeg-cvslog] crypto: Remove a stray double space

Martin Storsjö git at videolan.org
Sat Sep 1 14:12:59 CEST 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Fri Aug 31 00:51:49 2012 +0300| [12c8912de2f2c1a235a7578d6a288e217c3fb504] | committer: Martin Storsjö

crypto: Remove a stray double space

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12c8912de2f2c1a235a7578d6a288e217c3fb504
---

 libavformat/crypto.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/crypto.c b/libavformat/crypto.c
index 7095360..93c9f23 100644
--- a/libavformat/crypto.c
+++ b/libavformat/crypto.c
@@ -48,7 +48,7 @@ typedef struct {
 #define D AV_OPT_FLAG_DECODING_PARAM
 static const AVOption options[] = {
     {"key", "AES decryption key", OFFSET(key), AV_OPT_TYPE_BINARY, .flags = D },
-    {"iv",  "AES decryption initialization vector", OFFSET(iv),  AV_OPT_TYPE_BINARY, .flags = D },
+    {"iv",  "AES decryption initialization vector", OFFSET(iv), AV_OPT_TYPE_BINARY, .flags = D },
     { NULL }
 };
 



More information about the ffmpeg-cvslog mailing list