[FFmpeg-cvslog] rtmpdh: Fix the indentation in a struct
Martin Storsjö
git at videolan.org
Mon Jun 1 11:37:04 CEST 2015
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Sat May 30 22:19:35 2015 +0300| [84c5ff911f3f0557c8f97a964f74ceb01dd6d214] | committer: Martin Storsjö
rtmpdh: Fix the indentation in a struct
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84c5ff911f3f0557c8f97a964f74ceb01dd6d214
---
libavformat/rtmpdh.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/libavformat/rtmpdh.h b/libavformat/rtmpdh.h
index 425113f..eab0b4a 100644
--- 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
More information about the ffmpeg-cvslog
mailing list