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 7095360c85a1947428f3bff1d466671e605d8aba..93c9f23f682cab7c0c31a9ff83c9d64ee6557575 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 }
 };