1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

dnxhdenc: add space between function argument type and comment.

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Ronald S. Bultje 2012-06-14 15:57:26 -07:00 committed by Martin Storsjö
parent 66a02159ea
commit e9156741a7

View File

@ -92,7 +92,7 @@ typedef struct DNXHDEncContext {
RCCMPEntry *mb_cmp; RCCMPEntry *mb_cmp;
RCEntry (*mb_rc)[8160]; 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; } DNXHDEncContext;
void ff_dnxhd_init_mmx(DNXHDEncContext *ctx); void ff_dnxhd_init_mmx(DNXHDEncContext *ctx);