summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2012-06-14 15:57:26 -0700
committerMartin Storsjö <martin@martin.st>2012-06-30 19:22:07 +0300
commite9156741a763ac7ce48933f489f3e0a13e9a4df7 (patch)
tree3e18d086ec77cb5ee0e6328e21f1058e965a2db3 /libavcodec/dnxhdenc.h
parent66a02159ea9a09965dfa3e06ea55f41e5f615f90 (diff)
downloadffmpeg-streaming-e9156741a763ac7ce48933f489f3e0a13e9a4df7.zip
ffmpeg-streaming-e9156741a763ac7ce48933f489f3e0a13e9a4df7.tar.gz
dnxhdenc: add space between function argument type and comment.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/dnxhdenc.h')
-rw-r--r--libavcodec/dnxhdenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h
index 861546a..7e2f96f 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);
OpenPOWER on IntegriCloud