diff options
author | Mans Rullgard <mans@mansr.com> | 2011-11-22 16:53:18 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-11-23 15:06:50 +0000 |
commit | 3a0b72dee0d92470cd8bd986dd419e387c7cf5ec (patch) | |
tree | 6736614d5c616a722af045bb9532cf02498db183 /libavcodec/arm/h264dsp_neon.S | |
parent | 963f6855356fa527a27b08b55e026f683a12cebc (diff) | |
download | ffmpeg-3a0b72dee0d92470cd8bd986dd419e387c7cf5ec.tar.gz |
ARM: remove needless .text/.align directives
The 'function' macro already includes the appropriate
directives.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/h264dsp_neon.S')
-rw-r--r-- | libavcodec/arm/h264dsp_neon.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/arm/h264dsp_neon.S b/libavcodec/arm/h264dsp_neon.S index 3d2c6746ae..5156538ed2 100644 --- a/libavcodec/arm/h264dsp_neon.S +++ b/libavcodec/arm/h264dsp_neon.S @@ -392,9 +392,6 @@ function ff_\type\()_h264_chroma_mc2_neon, export=1 endfunc .endm - .text - .align - h264_chroma_mc8 put h264_chroma_mc8 avg h264_chroma_mc4 put |