OSDN Git Service

crypto: Remove a stray double space
authorMartin Storsjö <martin@martin.st>
Thu, 30 Aug 2012 21:51:49 +0000 (00:51 +0300)
committerMartin Storsjö <martin@martin.st>
Fri, 31 Aug 2012 21:27:27 +0000 (23:27 +0200)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/crypto.c

index 7095360..93c9f23 100644 (file)
@@ -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 }
 };