mirror of https://git.ffmpeg.org/ffmpeg.git
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;
|
||||
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);
|
||||
|
|
Loading…
Reference in New Issue