diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-09-09 18:28:20 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-09-11 19:19:41 +0200 |
commit | 6ce93757ee6b81fe727bfdc9f546fd0ddf9139c3 (patch) | |
tree | 43bda423a8caa08b79704e84c1286095e4b8f131 /libavcodec/ppc/h264qpel_template.c | |
parent | caccb3a0cdc7ee32cbed7eab156d35025133eadc (diff) | |
download | ffmpeg-6ce93757ee6b81fe727bfdc9f546fd0ddf9139c3.tar.gz |
ppc: Update #endif comments
Diffstat (limited to 'libavcodec/ppc/h264qpel_template.c')
-rw-r--r-- | libavcodec/ppc/h264qpel_template.c | 6 |
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 */ |