Skip to content

Commit 0bba264

Browse files
committed
cosmetics: Delete empty lines at end of file.
1 parent ab9ae40 commit 0bba264

27 files changed

+0
-36
lines changed

COPYING.LGPLv2.1

-2
Original file line numberDiff line numberDiff line change
@@ -500,5 +500,3 @@ necessary. Here is a sample; alter the names:
500500
Ty Coon, President of Vice
501501

502502
That's all there is to it!
503-
504-

doc/avserver.conf

-2
Original file line numberDiff line numberDiff line change
@@ -373,5 +373,3 @@ ACL allow 192.168.0.0 192.168.255.255
373373
<Redirect index.html>
374374
URL http://www.libav.org/
375375
</Redirect>
376-
377-

doc/build_system.txt

-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,3 @@ libavcodec/api-example
2727

2828
libswscale/swscale-test
2929
Build the swscale self-test (useful also as example).
30-

doc/fate.texi

-1
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,3 @@ makeopts= # extra options passed to 'make'
132132
In order to send reports you need to create an @command{ssh} key and send it
133133
to @email{root@@libav.org}.
134134
The current server fingerprint is @var{a4:99:d7:d3:1c:92:0d:56:d6:d5:61:be:01:ae:7d:e6}
135-

doc/filters.texi

-1
Original file line numberDiff line numberDiff line change
@@ -2067,4 +2067,3 @@ mainly useful as a template and to be employed in analysis / debugging
20672067
tools.
20682068

20692069
@c man end VIDEO SINKS
2070-

doc/swscale.txt

-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,3 @@ would benefit from it.
9696
Also, as already hinted at, initFilter() accepts an optional convolutional
9797
filter as input that can be used for contrast, saturation, blur, sharpening
9898
shift, chroma vs. luma shift, ...
99-

doc/viterbi.txt

-1
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,3 @@ one with score 3)
107107

108108
Author: Michael niedermayer
109109
Copyright LGPL
110-

libavcodec/bfin/dsputil_bfin.c

-3
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,3 @@ void dsputil_init_bfin( DSPContext* c, AVCodecContext *avctx )
270270
}
271271
}
272272
}
273-
274-
275-

libavcodec/bfin/fdct_bfin.S

-1
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,3 @@ DEFUN(fdct,mL1,
328328
(r7:4,p5:3) = [sp++];
329329
RTS;
330330
DEFUN_END(fdct)
331-

libavcodec/bfin/idct_bfin.S

-2
Original file line numberDiff line numberDiff line change
@@ -302,5 +302,3 @@ DEFUN(idct,mL1,
302302
unlink;
303303
RTS;
304304
DEFUN_END(idct)
305-
306-

libavcodec/bfin/mpegvideo_bfin.c

-1
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,3 @@ void MPV_common_init_bfin (MpegEncContext *s)
145145
{
146146
/* s->dct_quantize= dct_quantize_bfin; */
147147
}
148-

libavcodec/bfin/pixels_bfin.S

-2
Original file line numberDiff line numberDiff line change
@@ -737,5 +737,3 @@ DEFUN(sse16,mL1,
737737
unlink;
738738
rts;
739739
DEFUN_END(sse16)
740-
741-

libavcodec/bfin/vp3_bfin.c

-2
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ void ff_bfin_vp3_idct_add (uint8_t *dest, int line_size, DCTELEM *block)
4141
ff_bfin_vp3_idct (block);
4242
ff_bfin_add_pixels_clamped (block, dest, line_size);
4343
}
44-
45-

libavcodec/bfin/vp3_idct_bfin.S

-2
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,3 @@ DEFUN(vp3_idct,mL1,
278278
unlink;
279279
RTS;
280280
DEFUN_END(vp3_idct)
281-
282-

libavcodec/ppc/idct_altivec.c

-1
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,3 @@ void idct_add_altivec(uint8_t* dest, int stride, int16_t *blk)
215215
ADD (dest, vx6, perm0) dest += stride;
216216
ADD (dest, vx7, perm1)
217217
}
218-

libavcodec/ps2/dsputil_mmi.c

-1
Original file line numberDiff line numberDiff line change
@@ -164,4 +164,3 @@ void dsputil_init_mmi(DSPContext* c, AVCodecContext *avctx)
164164
c->idct_permutation_type= FF_LIBMPEG2_IDCT_PERM;
165165
}
166166
}
167-

libavcodec/ps2/idct_mmi.c

-1
Original file line numberDiff line numberDiff line change
@@ -359,4 +359,3 @@ void ff_mmi_idct_add(uint8_t *dest, int line_size, DCTELEM *block)
359359
//let savedtemp regs be saved
360360
__asm__ volatile(" ":::"$16", "$17", "$18", "$19", "$20", "$21", "$22", "$23");
361361
}
362-

libavcodec/ps2/mpegvideo_mmi.c

-2
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,3 @@ void MPV_common_init_mmi(MpegEncContext *s)
8585
s->dct_unquantize_h263_intra =
8686
s->dct_unquantize_h263_inter = dct_unquantize_h263_mmi;
8787
}
88-
89-

libavcodec/x86/fdct_mmx.c

-1
Original file line numberDiff line numberDiff line change
@@ -579,4 +579,3 @@ void ff_fdct_sse2(int16_t *block)
579579
fdct_col_sse2(block, block1, 0);
580580
fdct_row_sse2(block1, block);
581581
}
582-

libavcodec/x86/fft.c

-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,3 @@ av_cold void ff_dct_init_mmx(DCTContext *s)
6767
#endif
6868
}
6969
#endif
70-

libavcodec/x86/fft_3dn2.c

-1
Original file line numberDiff line numberDiff line change
@@ -171,4 +171,3 @@ void ff_imdct_calc_3dn2(FFTContext *s, FFTSample *output, const FFTSample *input
171171
);
172172
__asm__ volatile("femms");
173173
}
174-

libavcodec/x86/fft_sse.c

-1
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,3 @@ void ff_imdct_calc_sse(FFTContext *s, FFTSample *output, const FFTSample *input)
108108
XMM_CLOBBERS_ONLY("%xmm0", "%xmm1", "%xmm7")
109109
);
110110
}
111-

libavcodec/x86/idct_mmx.c

-1
Original file line numberDiff line numberDiff line change
@@ -626,4 +626,3 @@ declare_idct (ff_mmxext_idct, mmxext_table,
626626

627627
declare_idct (ff_mmx_idct, mmx_table,
628628
mmx_row_head, mmx_row, mmx_row_tail, mmx_row_mid)
629-

libavcodec/x86/idct_mmx_xvid.c

-1
Original file line numberDiff line numberDiff line change
@@ -523,4 +523,3 @@ __asm__ volatile(
523523
DCT_8_INV_COL(8(%0), 8(%0))
524524
:: "r"(block), "r"(rounder_0), "r"(tab_i_04_xmm), "r"(tg_1_16));
525525
}
526-

libavfilter/x86/yadif_template.c

-1
Original file line numberDiff line numberDiff line change
@@ -265,4 +265,3 @@ void RENAME(ff_yadif_filter_line)(uint8_t *dst,
265265
#undef CHECK1
266266
#undef CHECK2
267267
#undef FILTER
268-

tests/fate/audio.mak

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ fate-nellymoser: REF = $(SAMPLES)/nellymoser/nellymoser.pcm
3030

3131
FATE_TESTS += fate-ws_snd
3232
fate-ws_snd: CMD = md5 -i $(SAMPLES)/vqa/ws_snd.vqa -f s16le
33-

tests/fate/prores.mak

-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,3 @@ fate-prores-422_hq: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-A
1212
fate-prores-422_lt: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_LT.mov -pix_fmt yuv422p10le
1313
fate-prores-422_proxy: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_Proxy.mov -pix_fmt yuv422p10le
1414
fate-prores-alpha: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov -pix_fmt yuv444p10le
15-

0 commit comments

Comments
 (0)