projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
235f74d
)
crypto: Remove a stray double space
author
Martin Storsjö
<martin@martin.st>
Thu, 30 Aug 2012 21:51:49 +0000
(
00:51
+0300)
committer
Martin 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
patch
|
blob
|
history
diff --git
a/libavformat/crypto.c
b/libavformat/crypto.c
index 7095360c85a1947428f3bff1d466671e605d8aba..93c9f23f682cab7c0c31a9ff83c9d64ee6557575 100644
(file)
--- 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 }
};