aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ppc/h264qpel_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-09-09 18:28:20 +0200
committerDiego Biurrun <diego@biurrun.de>2016-09-11 19:19:41 +0200
commit6ce93757ee6b81fe727bfdc9f546fd0ddf9139c3 (patch)
tree43bda423a8caa08b79704e84c1286095e4b8f131 /libavcodec/ppc/h264qpel_template.c
parentcaccb3a0cdc7ee32cbed7eab156d35025133eadc (diff)
downloadffmpeg-6ce93757ee6b81fe727bfdc9f546fd0ddf9139c3.tar.gz
ppc: Update #endif comments
Diffstat (limited to 'libavcodec/ppc/h264qpel_template.c')
-rw-r--r--libavcodec/ppc/h264qpel_template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/ppc/h264qpel_template.c b/libavcodec/ppc/h264qpel_template.c
index fe83146e63..6de063a719 100644
--- a/libavcodec/ppc/h264qpel_template.c
+++ b/libavcodec/ppc/h264qpel_template.c
@@ -167,7 +167,7 @@ static void PREFIX_h264_qpel16_h_lowpass_altivec(uint8_t *dst,
dst += dstStride;
}
}
-#endif
+#endif /* PREFIX_h264_qpel16_h_lowpass_altivec */
/* this code assume stride % 16 == 0 */
#ifdef PREFIX_h264_qpel16_v_lowpass_altivec
@@ -277,7 +277,7 @@ static void PREFIX_h264_qpel16_v_lowpass_altivec(uint8_t *dst,
dst += dstStride;
}
}
-#endif
+#endif /* PREFIX_h264_qpel16_v_lowpass_altivec */
/* this code assume stride % 16 == 0 *and* tmp is properly aligned */
#ifdef PREFIX_h264_qpel16_hv_lowpass_altivec
@@ -514,4 +514,4 @@ static void PREFIX_h264_qpel16_hv_lowpass_altivec(uint8_t *dst, int16_t *tmp,
dst += dstStride;
}
}
-#endif
+#endif /* PREFIX_h264_qpel16_hv_lowpass_altivec */