diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2012-06-14 15:57:26 -0700 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-06-30 19:22:07 +0300 |
commit | e9156741a763ac7ce48933f489f3e0a13e9a4df7 (patch) | |
tree | 3e18d086ec77cb5ee0e6328e21f1058e965a2db3 /libavcodec | |
parent | 66a02159ea9a09965dfa3e06ea55f41e5f615f90 (diff) | |
download | ffmpeg-e9156741a763ac7ce48933f489f3e0a13e9a4df7.tar.gz |
dnxhdenc: add space between function argument type and comment.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/dnxhdenc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index 861546a54c..7e2f96f9d2 100644 --- a/libavcodec/dnxhdenc.h +++ b/libavcodec/dnxhdenc.h @@ -92,7 +92,7 @@ typedef struct DNXHDEncContext { RCCMPEntry *mb_cmp; RCEntry (*mb_rc)[8160]; - void (*get_pixels_8x4_sym)(DCTELEM */*align 16*/, const uint8_t *, int); + void (*get_pixels_8x4_sym)(DCTELEM * /*align 16*/, const uint8_t *, int); } DNXHDEncContext; void ff_dnxhd_init_mmx(DNXHDEncContext *ctx); |