diff options
author | James Almer <jamrial@gmail.com> | 2015-07-26 02:28:16 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2015-07-26 02:50:14 -0300 |
commit | 844bef578ee0994a94bdd6ffe4099dddd6a9f136 (patch) | |
tree | 6d74691b444692f7aa168ca3c0ee0e0ce8dfa593 /libavcodec/x86/h264_qpel_10bit.asm | |
parent | 379ddc6af44f0c2f3cb517bcc5664610aef9bfc0 (diff) | |
download | ffmpeg-844bef578ee0994a94bdd6ffe4099dddd6a9f136.tar.gz |
avcodec/x86: add missing colon to labels
Silences warnings with Nasm
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/x86/h264_qpel_10bit.asm')
-rw-r--r-- | libavcodec/x86/h264_qpel_10bit.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/h264_qpel_10bit.asm b/libavcodec/x86/h264_qpel_10bit.asm index 757c425898..7e9be36f27 100644 --- a/libavcodec/x86/h264_qpel_10bit.asm +++ b/libavcodec/x86/h264_qpel_10bit.asm @@ -386,7 +386,7 @@ MC_CACHE MC10 ; void ff_h264_qpel_mc02(uint8_t *dst, uint8_t *src, int stride) ;----------------------------------------------------------------------------- %macro V_FILT 10 -v_filt%9_%10_10 +v_filt%9_%10_10: add r4, r2 .no_addr4: FILT_V m0, m1, m2, m3, m4, m5, m6, m7 |