[FFmpeg-cvslog] dnxhdenc: add space between function argument type and comment.

Ronald S. Bultje git at videolan.org
Sat Jun 30 22:47:43 CEST 2012


ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Thu Jun 14 15:57:26 2012 -0700| [e9156741a763ac7ce48933f489f3e0a13e9a4df7] | committer: Martin Storsjö

dnxhdenc: add space between function argument type and comment.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9156741a763ac7ce48933f489f3e0a13e9a4df7
---

 libavcodec/dnxhdenc.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h
index 861546a..7e2f96f 100644
--- a/libavcodec/dnxhdenc.h
+++ b/libavcodec/dnxhdenc.h
@@ -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);



More information about the ffmpeg-cvslog mailing list