git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08caa8
)
rtmpdh: Fix the indentation in a struct
author
Martin Storsjö
<martin@martin.st>
Sat, 30 May 2015 19:19:35 +0000
(22:19 +0300)
committer
Martin Storsjö
<martin@martin.st>
Mon, 1 Jun 2015 07:38:54 +0000
(10:38 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtmpdh.h
patch
|
blob
|
history
diff --git
a/libavformat/rtmpdh.h
b/libavformat/rtmpdh.h
index
425113f
..
eab0b4a
100644
(file)
--- a/
libavformat/rtmpdh.h
+++ b/
libavformat/rtmpdh.h
@@
-38,11
+38,11
@@
typedef gcry_mpi_t FFBigNum;
#endif
typedef struct FF_DH {
- FFBigNum p;
- FFBigNum g;
- FFBigNum pub_key;
- FFBigNum priv_key;
- long length;
+
FFBigNum p;
+
FFBigNum g;
+
FFBigNum pub_key;
+
FFBigNum priv_key;
+
long length;
} FF_DH;
#elif CONFIG_OPENSSL