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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 3 deletions
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 2 deletions
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-

0 commit comments

Comments
 (0)