[FFmpeg-soc] [soc]: r1178 - in jpeg2000: dwt.h j2k.h mqc.h
k.nowosad
subversion at mplayerhq.hu
Fri Aug 24 14:39:24 CEST 2007
Author: k.nowosad
Date: Fri Aug 24 14:39:24 2007
New Revision: 1178
Log:
added comments
Modified:
jpeg2000/dwt.h
jpeg2000/j2k.h
jpeg2000/mqc.h
Modified: jpeg2000/dwt.h
==============================================================================
--- jpeg2000/dwt.h (original)
+++ jpeg2000/dwt.h Fri Aug 24 14:39:24 2007
@@ -60,4 +60,4 @@ int ff_dwt_decode(DWTContext *s, int *t)
void ff_dwt_destroy(DWTContext *s);
-#endif
+#endif /* DWT_H */
Modified: jpeg2000/j2k.h
==============================================================================
--- jpeg2000/j2k.h (original)
+++ jpeg2000/j2k.h Fri Aug 24 14:39:24 2007
@@ -184,4 +184,4 @@ static inline int ff_j2k_getsgnctxno(int
return ff_j2k_sgnctxno_lut[flag&15][(flag>>8)&15];
}
-#endif
+#endif /* J2K_H */
Modified: jpeg2000/mqc.h
==============================================================================
--- jpeg2000/mqc.h (original)
+++ jpeg2000/mqc.h Fri Aug 24 14:39:24 2007
@@ -72,4 +72,4 @@ int ff_mqc_decode(MqcState *mqc, uint8_t
/** initialize the contexts */
void ff_mqc_init_contexts(MqcState *mqc);
-#endif
+#endif /* MQC_H */
More information about the FFmpeg-soc
mailing list