projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
66a0215
)
dnxhdenc: add space between function argument type and comment.
author
Ronald S. Bultje
<rsbultje@gmail.com>
Thu, 14 Jun 2012 22:57:26 +0000
(15:57 -0700)
committer
Martin Storsjö
<martin@martin.st>
Sat, 30 Jun 2012 16:22:07 +0000
(19:22 +0300)
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/dnxhdenc.h
patch
|
blob
|
history
diff --git
a/libavcodec/dnxhdenc.h
b/libavcodec/dnxhdenc.h
index 861546a54cfb09ad3a1f57520ea57ff39f65176c..7e2f96f9d2e5b171e8ade94d1b1f80efda8b31a3 100644
(file)
--- a/
libavcodec/dnxhdenc.h
+++ b/
libavcodec/dnxhdenc.h
@@
-92,7
+92,7
@@
typedef struct DNXHDEncContext {
RCCMPEntry *mb_cmp;
RCEntry (*mb_rc)[8160];
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);
} DNXHDEncContext;
void ff_dnxhd_init_mmx(DNXHDEncContext *ctx);