Commit e9156741 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Martin Storsjö

dnxhdenc: add space between function argument type and comment.

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 66a02159
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment