"Ronald S. Bultje" <[email protected]> writes: > From: "Ronald S. Bultje" <[email protected]> > > --- > 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;
Why not make it a proper (doxygen) comment instead if you dislike the current style (which I can't blame you if you do)? -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
