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:
parent
66a02159ea
commit
e9156741a7
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user