Re: [FFmpeg-devel] [PATCH 04/12] lavu/aes: align AVAES struct members

2015-10-27 Thread Michael Niedermayer
On Mon, Oct 26, 2015 at 03:25:46AM -0500, Rodger Combs wrote: > --- > libavutil/aes_internal.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) LGTM thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The greatest way to live with honor in this

[FFmpeg-devel] [PATCH 04/12] lavu/aes: align AVAES struct members

2015-10-26 Thread Rodger Combs
--- libavutil/aes_internal.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libavutil/aes_internal.h b/libavutil/aes_internal.h index e5bf4bd..4944258 100644 --- a/libavutil/aes_internal.h +++ b/libavutil/aes_internal.h @@ -21,6 +21,7 @@ #ifndef AVUTIL_AES_INTERNAL_H #d