[FFmpeg-cvslog] cosmetics: Remove extra newlines at EOF

Alex Converse git at videolan.org
Sun Jan 29 00:58:38 CET 2012


ffmpeg | branch: master | Alex Converse <alex.converse at gmail.com> | Fri Jan 27 10:36:35 2012 -0800| [7181c4edee636beaf520344766ae5bd8a9d9d15a] | committer: Alex Converse

cosmetics: Remove extra newlines at EOF

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7181c4edee636beaf520344766ae5bd8a9d9d15a
---

 libavcodec/4xm.c                  |    1 -
 libavcodec/acelp_filters.c        |    1 -
 libavcodec/allcodecs.c            |    1 -
 libavcodec/alsdec.c               |    1 -
 libavcodec/amrnbdata.h            |    1 -
 libavcodec/atrac.c                |    1 -
 libavcodec/aura.c                 |    1 -
 libavcodec/bitstream.c            |    1 -
 libavcodec/cscd.c                 |    1 -
 libavcodec/dvdata.c               |    1 -
 libavcodec/dxa.c                  |    1 -
 libavcodec/dxva2.c                |    1 -
 libavcodec/dxva2_h264.c           |    1 -
 libavcodec/dxva2_mpeg2.c          |    1 -
 libavcodec/dxva2_vc1.c            |    1 -
 libavcodec/escape124.c            |    1 -
 libavcodec/fft.c                  |    1 -
 libavcodec/flashsvenc.c           |    1 -
 libavcodec/h261.c                 |    1 -
 libavcodec/h261enc.c              |    1 -
 libavcodec/h264_cavlc.c           |    1 -
 libavcodec/h264_mp4toannexb_bsf.c |    1 -
 libavcodec/idcinvideo.c           |    1 -
 libavcodec/imgconvert.c           |    1 -
 libavcodec/intelh263dec.c         |    1 -
 libavcodec/kbdwin.c               |    1 -
 libavcodec/libvo-aacenc.c         |    1 -
 libavcodec/libvo-amrwbenc.c       |    1 -
 libavcodec/libxavs.c              |    1 -
 libavcodec/libxvid_rc.c           |    1 -
 libavcodec/mace.c                 |    1 -
 libavcodec/mathops.h              |    1 -
 libavcodec/mdec.c                 |    1 -
 libavcodec/mlp_parser.h           |    1 -
 libavcodec/mpeg12.c               |    1 -
 libavcodec/mpeg4video.c           |    1 -
 libavcodec/msrledec.c             |    1 -
 libavcodec/msrledec.h             |    1 -
 libavcodec/nellymoser.c           |    1 -
 libavcodec/nellymoserdec.c        |    1 -
 libavcodec/nuv.c                  |    1 -
 libavcodec/pcm_tablegen.c         |    1 -
 libavcodec/psymodel.c             |    1 -
 libavcodec/qtrle.c                |    1 -
 libavcodec/ratecontrol.h          |    1 -
 libavcodec/rl2.c                  |    1 -
 libavcodec/sgidec.c               |    1 -
 libavcodec/smacker.c              |    1 -
 libavcodec/snow.c                 |    1 -
 libavcodec/tscc.c                 |    1 -
 libavcodec/ulti.c                 |    1 -
 libavcodec/utvideo.c              |    1 -
 libavcodec/vb.c                   |    1 -
 libavcodec/vmnc.c                 |    1 -
 libavcodec/vorbisdec.c            |    1 -
 libavcodec/wma.c                  |    1 -
 libavcodec/xxan.c                 |    1 -
 libavcodec/zmbv.c                 |    1 -
 libavdevice/avdevice.h            |    1 -
 libavfilter/defaults.c            |    1 -
 libavfilter/formats.c             |    1 -
 libavfilter/vf_aspect.c           |    1 -
 libavfilter/vf_format.c           |    1 -
 libavformat/aea.c                 |    1 -
 libavformat/avio.c                |    1 -
 libavformat/httpauth.c            |    1 -
 libavformat/id3v1.h               |    1 -
 libavformat/iss.c                 |    1 -
 libavformat/lxfdec.c              |    1 -
 libavformat/metadata.c            |    1 -
 libavformat/movenchint.c          |    1 -
 libavformat/network.c             |    1 -
 libavformat/omadec.c              |    1 -
 libavformat/rl2.c                 |    1 -
 libavformat/rtpdec_amr.c          |    1 -
 libavformat/rtpdec_h263.c         |    1 -
 libavformat/rtpenc_amr.c          |    1 -
 libavformat/rtpenc_chain.c        |    1 -
 libavformat/rtpenc_mpv.c          |    2 --
 libavformat/rtsp.c                |    1 -
 libavformat/rtspenc.c             |    1 -
 libavformat/sapdec.c              |    1 -
 libavformat/sapenc.c              |    1 -
 libavformat/sdp.c                 |    1 -
 libavformat/seek.c                |    1 -
 libavutil/crc.h                   |    1 -
 libavutil/intfloat_readwrite.c    |    1 -
 libavutil/md5.h                   |    1 -
 libavutil/mem.c                   |    1 -
 libswscale/rgb2rgb.c              |    1 -
 libswscale/utils.c                |    1 -
 91 files changed, 0 insertions(+), 92 deletions(-)

diff --git a/libavcodec/4xm.c b/libavcodec/4xm.c
index 52edc99..da682df 100644
--- a/libavcodec/4xm.c
+++ b/libavcodec/4xm.c
@@ -886,4 +886,3 @@ AVCodec ff_fourxm_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("4X Movie"),
 };
-
diff --git a/libavcodec/acelp_filters.c b/libavcodec/acelp_filters.c
index 04f6d4a..16e2da1 100644
--- a/libavcodec/acelp_filters.c
+++ b/libavcodec/acelp_filters.c
@@ -142,4 +142,3 @@ void ff_tilt_compensation(float *mem, float tilt, float *samples, int size)
     samples[0] -= tilt * *mem;
     *mem = new_tilt_mem;
 }
-
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index fe1ee5c..cda71e0 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -432,4 +432,3 @@ void avcodec_register_all(void)
     REGISTER_BSF     (REMOVE_EXTRADATA, remove_extradata);
     REGISTER_BSF     (TEXT2MOVSUB, text2movsub);
 }
-
diff --git a/libavcodec/alsdec.c b/libavcodec/alsdec.c
index dc4961c..2948a48 100644
--- a/libavcodec/alsdec.c
+++ b/libavcodec/alsdec.c
@@ -1755,4 +1755,3 @@ AVCodec ff_als_decoder = {
     .capabilities = CODEC_CAP_SUBFRAMES | CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("MPEG-4 Audio Lossless Coding (ALS)"),
 };
-
diff --git a/libavcodec/amrnbdata.h b/libavcodec/amrnbdata.h
index d6d1f34..26ff7fb 100644
--- a/libavcodec/amrnbdata.h
+++ b/libavcodec/amrnbdata.h
@@ -1669,4 +1669,3 @@ static const float highpass_poles[2] = { -1.933105469, 0.935913085 };
 static const float highpass_gain     = 0.939819335;
 
 #endif /* AVCODEC_AMRNBDATA_H */
-
diff --git a/libavcodec/atrac.c b/libavcodec/atrac.c
index 2c39aad..da6cd30 100644
--- a/libavcodec/atrac.c
+++ b/libavcodec/atrac.c
@@ -117,4 +117,3 @@ void atrac_iqmf (float *inlo, float *inhi, unsigned int nIn, float *pOut, float
     /* Update the delay buffer. */
     memcpy(delayBuf, temp + nIn*2, 46*sizeof(float));
 }
-
diff --git a/libavcodec/aura.c b/libavcodec/aura.c
index f1fdb5c..6052a65 100644
--- a/libavcodec/aura.c
+++ b/libavcodec/aura.c
@@ -133,4 +133,3 @@ AVCodec ff_aura2_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("Auravision Aura 2"),
 };
-
diff --git a/libavcodec/bitstream.c b/libavcodec/bitstream.c
index 14e392f..8ac4802 100644
--- a/libavcodec/bitstream.c
+++ b/libavcodec/bitstream.c
@@ -322,4 +322,3 @@ void free_vlc(VLC *vlc)
 {
     av_freep(&vlc->table);
 }
-
diff --git a/libavcodec/cscd.c b/libavcodec/cscd.c
index 00921bc..43f0e5e 100644
--- a/libavcodec/cscd.c
+++ b/libavcodec/cscd.c
@@ -265,4 +265,3 @@ AVCodec ff_cscd_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("CamStudio"),
 };
-
diff --git a/libavcodec/dvdata.c b/libavcodec/dvdata.c
index 3a135a9..a2d8939 100644
--- a/libavcodec/dvdata.c
+++ b/libavcodec/dvdata.c
@@ -282,4 +282,3 @@ const DVprofile* avpriv_dv_codec_profile(AVCodecContext* codec)
 
     return NULL;
 }
-
diff --git a/libavcodec/dxa.c b/libavcodec/dxa.c
index 97b912a..d196f49 100644
--- a/libavcodec/dxa.c
+++ b/libavcodec/dxa.c
@@ -328,4 +328,3 @@ AVCodec ff_dxa_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("Feeble Files/ScummVM DXA"),
 };
-
diff --git a/libavcodec/dxva2.c b/libavcodec/dxva2.c
index e56a645..d7d893c 100644
--- a/libavcodec/dxva2.c
+++ b/libavcodec/dxva2.c
@@ -151,4 +151,3 @@ end:
         ff_draw_horiz_band(s, 0, s->avctx->height);
     return result;
 }
-
diff --git a/libavcodec/dxva2_h264.c b/libavcodec/dxva2_h264.c
index 9608ecb..ffe71a9 100644
--- a/libavcodec/dxva2_h264.c
+++ b/libavcodec/dxva2_h264.c
@@ -448,4 +448,3 @@ AVHWAccel ff_h264_dxva2_hwaccel = {
     .end_frame      = end_frame,
     .priv_data_size = sizeof(struct dxva2_picture_context),
 };
-
diff --git a/libavcodec/dxva2_mpeg2.c b/libavcodec/dxva2_mpeg2.c
index 2e77cd1..b20b3d7 100644
--- a/libavcodec/dxva2_mpeg2.c
+++ b/libavcodec/dxva2_mpeg2.c
@@ -270,4 +270,3 @@ AVHWAccel ff_mpeg2_dxva2_hwaccel = {
     .end_frame      = end_frame,
     .priv_data_size = sizeof(struct dxva2_picture_context),
 };
-
diff --git a/libavcodec/dxva2_vc1.c b/libavcodec/dxva2_vc1.c
index 22ad459..64447ad 100644
--- a/libavcodec/dxva2_vc1.c
+++ b/libavcodec/dxva2_vc1.c
@@ -286,4 +286,3 @@ AVHWAccel ff_vc1_dxva2_hwaccel = {
     .end_frame      = end_frame,
     .priv_data_size = sizeof(struct dxva2_picture_context),
 };
-
diff --git a/libavcodec/escape124.c b/libavcodec/escape124.c
index f6d7c82..4ca4ff3 100644
--- a/libavcodec/escape124.c
+++ b/libavcodec/escape124.c
@@ -374,4 +374,3 @@ AVCodec ff_escape124_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("Escape 124"),
 };
-
diff --git a/libavcodec/fft.c b/libavcodec/fft.c
index aa34b34..1e31dde 100644
--- a/libavcodec/fft.c
+++ b/libavcodec/fft.c
@@ -350,4 +350,3 @@ static void ff_fft_calc_c(FFTContext *s, FFTComplex *z)
 {
     fft_dispatch[s->nbits-2](z);
 }
-
diff --git a/libavcodec/flashsvenc.c b/libavcodec/flashsvenc.c
index 81aa5b6..669badc 100644
--- a/libavcodec/flashsvenc.c
+++ b/libavcodec/flashsvenc.c
@@ -286,4 +286,3 @@ AVCodec ff_flashsv_encoder = {
     .pix_fmts       = (const enum PixelFormat[]){PIX_FMT_BGR24, PIX_FMT_NONE},
     .long_name      = NULL_IF_CONFIG_SMALL("Flash Screen Video"),
 };
-
diff --git a/libavcodec/h261.c b/libavcodec/h261.c
index eab3640..9555613 100644
--- a/libavcodec/h261.c
+++ b/libavcodec/h261.c
@@ -51,4 +51,3 @@ void ff_h261_loop_filter(MpegEncContext *s){
     s->dsp.h261_loop_filter(dest_cb, uvlinesize);
     s->dsp.h261_loop_filter(dest_cr, uvlinesize);
 }
-
diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c
index c758ec0..1072d9e 100644
--- a/libavcodec/h261enc.c
+++ b/libavcodec/h261enc.c
@@ -332,4 +332,3 @@ AVCodec ff_h261_encoder = {
     .pix_fmts= (const enum PixelFormat[]){PIX_FMT_YUV420P, PIX_FMT_NONE},
     .long_name= NULL_IF_CONFIG_SMALL("H.261"),
 };
-
diff --git a/libavcodec/h264_cavlc.c b/libavcodec/h264_cavlc.c
index db74602..fdb7ab5 100644
--- a/libavcodec/h264_cavlc.c
+++ b/libavcodec/h264_cavlc.c
@@ -1187,4 +1187,3 @@ decode_intra_mb:
 
     return 0;
 }
-
diff --git a/libavcodec/h264_mp4toannexb_bsf.c b/libavcodec/h264_mp4toannexb_bsf.c
index bc49b14..eceebeb 100644
--- a/libavcodec/h264_mp4toannexb_bsf.c
+++ b/libavcodec/h264_mp4toannexb_bsf.c
@@ -190,4 +190,3 @@ AVBitStreamFilter ff_h264_mp4toannexb_bsf = {
     sizeof(H264BSFContext),
     h264_mp4toannexb_filter,
 };
-
diff --git a/libavcodec/idcinvideo.c b/libavcodec/idcinvideo.c
index 8ae15eb..e1b0e2e 100644
--- a/libavcodec/idcinvideo.c
+++ b/libavcodec/idcinvideo.c
@@ -264,4 +264,3 @@ AVCodec ff_idcin_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("id Quake II CIN video"),
 };
-
diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c
index 07b7edf..d90254c 100644
--- a/libavcodec/imgconvert.c
+++ b/libavcodec/imgconvert.c
@@ -1013,4 +1013,3 @@ int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
     emms_c();
     return 0;
 }
-
diff --git a/libavcodec/intelh263dec.c b/libavcodec/intelh263dec.c
index 8347c79..bedfabf 100644
--- a/libavcodec/intelh263dec.c
+++ b/libavcodec/intelh263dec.c
@@ -136,4 +136,3 @@ AVCodec ff_h263i_decoder = {
     .long_name = NULL_IF_CONFIG_SMALL("Intel H.263"),
     .pix_fmts= ff_pixfmt_list_420,
 };
-
diff --git a/libavcodec/kbdwin.c b/libavcodec/kbdwin.c
index c2c1c59..3b590b3 100644
--- a/libavcodec/kbdwin.c
+++ b/libavcodec/kbdwin.c
@@ -45,4 +45,3 @@ av_cold void ff_kbd_window_init(float *window, float alpha, int n)
    for (i = 0; i < n; i++)
        window[i] = sqrt(local_window[i] / sum);
 }
-
diff --git a/libavcodec/libvo-aacenc.c b/libavcodec/libvo-aacenc.c
index 647971a..280ba27 100644
--- a/libavcodec/libvo-aacenc.c
+++ b/libavcodec/libvo-aacenc.c
@@ -126,4 +126,3 @@ AVCodec ff_libvo_aacenc_encoder = {
     .sample_fmts = (const enum AVSampleFormat[]){AV_SAMPLE_FMT_S16,AV_SAMPLE_FMT_NONE},
     .long_name = NULL_IF_CONFIG_SMALL("Android VisualOn AAC"),
 };
-
diff --git a/libavcodec/libvo-amrwbenc.c b/libavcodec/libvo-amrwbenc.c
index f39317e..5214ee6 100644
--- a/libavcodec/libvo-amrwbenc.c
+++ b/libavcodec/libvo-amrwbenc.c
@@ -130,4 +130,3 @@ AVCodec ff_libvo_amrwbenc_encoder = {
                                       "(AMR) Wide-Band"),
     .priv_class = &class,
 };
-
diff --git a/libavcodec/libxavs.c b/libavcodec/libxavs.c
index f65be72..8587eae 100644
--- a/libavcodec/libxavs.c
+++ b/libavcodec/libxavs.c
@@ -384,4 +384,3 @@ AVCodec ff_libxavs_encoder = {
     .priv_class     = &class,
     .defaults       = xavs_defaults,
 };
-
diff --git a/libavcodec/libxvid_rc.c b/libavcodec/libxvid_rc.c
index b4bc715..2386ce3 100644
--- a/libavcodec/libxvid_rc.c
+++ b/libavcodec/libxvid_rc.c
@@ -145,4 +145,3 @@ void ff_xvid_rate_control_uninit(MpegEncContext *s){
 
     xvid_plugin_2pass2(s->rc_context.non_lavc_opaque, XVID_PLG_DESTROY, &xvid_plg_destroy, NULL);
 }
-
diff --git a/libavcodec/mace.c b/libavcodec/mace.c
index 792d71d..e22bc39 100644
--- a/libavcodec/mace.c
+++ b/libavcodec/mace.c
@@ -310,4 +310,3 @@ AVCodec ff_mace6_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("MACE (Macintosh Audio Compression/Expansion) 6:1"),
 };
-
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index 45b1ecf..d6eb98d 100644
--- a/libavcodec/mathops.h
+++ b/libavcodec/mathops.h
@@ -179,4 +179,3 @@ if ((y) < (x)) {\
 #endif
 
 #endif /* AVCODEC_MATHOPS_H */
-
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c
index 3741549..a4e2020 100644
--- a/libavcodec/mdec.c
+++ b/libavcodec/mdec.c
@@ -276,4 +276,3 @@ AVCodec ff_mdec_decoder = {
     .long_name= NULL_IF_CONFIG_SMALL("Sony PlayStation MDEC (Motion DECoder)"),
     .init_thread_copy= ONLY_IF_THREADS_ENABLED(decode_init_thread_copy)
 };
-
diff --git a/libavcodec/mlp_parser.h b/libavcodec/mlp_parser.h
index 940ba83..35bb312 100644
--- a/libavcodec/mlp_parser.h
+++ b/libavcodec/mlp_parser.h
@@ -56,4 +56,3 @@ typedef struct MLPHeaderInfo
 int ff_mlp_read_major_sync(void *log, MLPHeaderInfo *mh, GetBitContext *gb);
 
 #endif /* AVCODEC_MLP_PARSER_H */
-
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index d79cf70..4515ef0 100644
--- a/libavcodec/mpeg12.c
+++ b/libavcodec/mpeg12.c
@@ -2587,4 +2587,3 @@ AVCodec ff_mpeg1_vdpau_decoder = {
     .long_name      = NULL_IF_CONFIG_SMALL("MPEG-1 video (VDPAU acceleration)"),
 };
 #endif
-
diff --git a/libavcodec/mpeg4video.c b/libavcodec/mpeg4video.c
index 130e9b2..d7c928d 100644
--- a/libavcodec/mpeg4video.c
+++ b/libavcodec/mpeg4video.c
@@ -168,4 +168,3 @@ int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my){
         return MB_TYPE_DIRECT2 | MB_TYPE_16x16 | MB_TYPE_L0L1; //Note see prev line
     }
 }
-
diff --git a/libavcodec/msrledec.c b/libavcodec/msrledec.c
index 5e33a59..4714772 100644
--- a/libavcodec/msrledec.c
+++ b/libavcodec/msrledec.c
@@ -256,4 +256,3 @@ int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth,
         return -1;
     }
 }
-
diff --git a/libavcodec/msrledec.h b/libavcodec/msrledec.h
index 5bde35a..ca5d936 100644
--- a/libavcodec/msrledec.h
+++ b/libavcodec/msrledec.h
@@ -37,4 +37,3 @@ int ff_msrle_decode(AVCodecContext *avctx, AVPicture *pic, int depth,
                     const uint8_t* data, int data_size);
 
 #endif /* AVCODEC_MSRLEDEC_H */
-
diff --git a/libavcodec/nellymoser.c b/libavcodec/nellymoser.c
index cbcc4f9..195e2e8 100644
--- a/libavcodec/nellymoser.c
+++ b/libavcodec/nellymoser.c
@@ -223,4 +223,3 @@ void ff_nelly_get_sample_bits(const float *buf, int *bits)
             bits[i] = 0;
     }
 }
-
diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c
index 69c1b86..9d5e1c7 100644
--- a/libavcodec/nellymoserdec.c
+++ b/libavcodec/nellymoserdec.c
@@ -227,4 +227,3 @@ AVCodec ff_nellymoser_decoder = {
                                                       AV_SAMPLE_FMT_S16,
                                                       AV_SAMPLE_FMT_NONE },
 };
-
diff --git a/libavcodec/nuv.c b/libavcodec/nuv.c
index 94962b5..5f601db 100644
--- a/libavcodec/nuv.c
+++ b/libavcodec/nuv.c
@@ -283,4 +283,3 @@ AVCodec ff_nuv_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("NuppelVideo/RTJPEG"),
 };
-
diff --git a/libavcodec/pcm_tablegen.c b/libavcodec/pcm_tablegen.c
index 8a9bcb6..7b4bc8c 100644
--- a/libavcodec/pcm_tablegen.c
+++ b/libavcodec/pcm_tablegen.c
@@ -37,4 +37,3 @@ int main(void)
 
     return 0;
 }
-
diff --git a/libavcodec/psymodel.c b/libavcodec/psymodel.c
index 316076a..5d6c32e 100644
--- a/libavcodec/psymodel.c
+++ b/libavcodec/psymodel.c
@@ -134,4 +134,3 @@ av_cold void ff_psy_preprocess_end(struct FFPsyPreprocessContext *ctx)
     av_freep(&ctx->fstate);
     av_free(ctx);
 }
-
diff --git a/libavcodec/qtrle.c b/libavcodec/qtrle.c
index 0c74798..e96e278 100644
--- a/libavcodec/qtrle.c
+++ b/libavcodec/qtrle.c
@@ -545,4 +545,3 @@ AVCodec ff_qtrle_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("QuickTime Animation (RLE) video"),
 };
-
diff --git a/libavcodec/ratecontrol.h b/libavcodec/ratecontrol.h
index 6cd4a18..c0e05cc 100644
--- a/libavcodec/ratecontrol.h
+++ b/libavcodec/ratecontrol.h
@@ -102,4 +102,3 @@ void ff_xvid_rate_control_uninit(struct MpegEncContext *s);
 float ff_xvid_rate_estimate_qscale(struct MpegEncContext *s, int dry_run);
 
 #endif /* AVCODEC_RATECONTROL_H */
-
diff --git a/libavcodec/rl2.c b/libavcodec/rl2.c
index 7e3bd9c..ace3b0c 100644
--- a/libavcodec/rl2.c
+++ b/libavcodec/rl2.c
@@ -229,4 +229,3 @@ AVCodec ff_rl2_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("RL2 video"),
 };
-
diff --git a/libavcodec/sgidec.c b/libavcodec/sgidec.c
index dfa00ed..580cf81 100644
--- a/libavcodec/sgidec.c
+++ b/libavcodec/sgidec.c
@@ -268,4 +268,3 @@ AVCodec ff_sgi_decoder = {
     .decode         = decode_frame,
     .long_name = NULL_IF_CONFIG_SMALL("SGI image"),
 };
-
diff --git a/libavcodec/smacker.c b/libavcodec/smacker.c
index 44331f2..1924662 100644
--- a/libavcodec/smacker.c
+++ b/libavcodec/smacker.c
@@ -752,4 +752,3 @@ AVCodec ff_smackaud_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("Smacker audio"),
 };
-
diff --git a/libavcodec/snow.c b/libavcodec/snow.c
index 905e02a..d7f33b4 100644
--- a/libavcodec/snow.c
+++ b/libavcodec/snow.c
@@ -650,4 +650,3 @@ av_cold void ff_snow_common_end(SnowContext *s)
     if (s->current_picture.data[0])
         s->avctx->release_buffer(s->avctx, &s->current_picture);
 }
-
diff --git a/libavcodec/tscc.c b/libavcodec/tscc.c
index ccf1048..3e3073d 100644
--- a/libavcodec/tscc.c
+++ b/libavcodec/tscc.c
@@ -209,4 +209,3 @@ AVCodec ff_tscc_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name      = NULL_IF_CONFIG_SMALL("TechSmith Screen Capture Codec"),
 };
-
diff --git a/libavcodec/ulti.c b/libavcodec/ulti.c
index 62bab3c..96f13e4 100644
--- a/libavcodec/ulti.c
+++ b/libavcodec/ulti.c
@@ -428,4 +428,3 @@ AVCodec ff_ulti_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("IBM UltiMotion"),
 };
-
diff --git a/libavcodec/utvideo.c b/libavcodec/utvideo.c
index 89854c2..413a374 100644
--- a/libavcodec/utvideo.c
+++ b/libavcodec/utvideo.c
@@ -578,4 +578,3 @@ AVCodec ff_utvideo_decoder = {
     .capabilities   = CODEC_CAP_DR1 | CODEC_CAP_FRAME_THREADS,
     .long_name      = NULL_IF_CONFIG_SMALL("Ut Video"),
 };
-
diff --git a/libavcodec/vb.c b/libavcodec/vb.c
index a1052ef..e7002a1 100644
--- a/libavcodec/vb.c
+++ b/libavcodec/vb.c
@@ -276,4 +276,3 @@ AVCodec ff_vb_decoder = {
     .decode         = decode_frame,
     .long_name = NULL_IF_CONFIG_SMALL("Beam Software VB"),
 };
-
diff --git a/libavcodec/vmnc.c b/libavcodec/vmnc.c
index a72c507..8cc78fa 100644
--- a/libavcodec/vmnc.c
+++ b/libavcodec/vmnc.c
@@ -519,4 +519,3 @@ AVCodec ff_vmnc_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("VMware Screen Codec / VMware Video"),
 };
-
diff --git a/libavcodec/vorbisdec.c b/libavcodec/vorbisdec.c
index bb69fed..2f1477f 100644
--- a/libavcodec/vorbisdec.c
+++ b/libavcodec/vorbisdec.c
@@ -1713,4 +1713,3 @@ AVCodec ff_vorbis_decoder = {
         AV_SAMPLE_FMT_FLT, AV_SAMPLE_FMT_S16, AV_SAMPLE_FMT_NONE
     },
 };
-
diff --git a/libavcodec/wma.c b/libavcodec/wma.c
index d82fde7..4eaf6fc 100644
--- a/libavcodec/wma.c
+++ b/libavcodec/wma.c
@@ -525,4 +525,3 @@ int ff_wma_run_level_decode(AVCodecContext* avctx, GetBitContext* gb,
 
     return 0;
 }
-
diff --git a/libavcodec/xxan.c b/libavcodec/xxan.c
index 58c80c0..4659d34 100644
--- a/libavcodec/xxan.c
+++ b/libavcodec/xxan.c
@@ -425,4 +425,3 @@ AVCodec ff_xan_wc4_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("Wing Commander IV / Xxan"),
 };
-
diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c
index a36a844..2345eb3 100644
--- a/libavcodec/zmbv.c
+++ b/libavcodec/zmbv.c
@@ -672,4 +672,3 @@ AVCodec ff_zmbv_decoder = {
     .capabilities   = CODEC_CAP_DR1,
     .long_name = NULL_IF_CONFIG_SMALL("Zip Motion Blocks Video"),
 };
-
diff --git a/libavdevice/avdevice.h b/libavdevice/avdevice.h
index 5536041..c010af2 100644
--- a/libavdevice/avdevice.h
+++ b/libavdevice/avdevice.h
@@ -77,4 +77,3 @@ const char *avdevice_license(void);
 void avdevice_register_all(void);
 
 #endif /* AVDEVICE_AVDEVICE_H */
-
diff --git a/libavfilter/defaults.c b/libavfilter/defaults.c
index 4c7e878..6d9003d 100644
--- a/libavfilter/defaults.c
+++ b/libavfilter/defaults.c
@@ -297,4 +297,3 @@ AVFilterBufferRef *avfilter_null_get_audio_buffer(AVFilterLink *link, int perms,
     return avfilter_get_audio_buffer(link->dst->outputs[0], perms, sample_fmt,
                                      size, channel_layout, packed);
 }
-
diff --git a/libavfilter/formats.c b/libavfilter/formats.c
index 8c5041a..78b0277 100644
--- a/libavfilter/formats.c
+++ b/libavfilter/formats.c
@@ -181,4 +181,3 @@ void avfilter_formats_changeref(AVFilterFormats **oldref,
         *oldref = NULL;
     }
 }
-
diff --git a/libavfilter/vf_aspect.c b/libavfilter/vf_aspect.c
index b43aa86..9db29c7 100644
--- a/libavfilter/vf_aspect.c
+++ b/libavfilter/vf_aspect.c
@@ -143,4 +143,3 @@ AVFilter avfilter_vf_setsar = {
                                   { .name = NULL}},
 };
 #endif /* CONFIG_SETSAR_FILTER */
-
diff --git a/libavfilter/vf_format.c b/libavfilter/vf_format.c
index 0b0d094..9c1e0d4 100644
--- a/libavfilter/vf_format.c
+++ b/libavfilter/vf_format.c
@@ -144,4 +144,3 @@ AVFilter avfilter_vf_noformat = {
                                   { .name = NULL}},
 };
 #endif /* CONFIG_NOFORMAT_FILTER */
-
diff --git a/libavformat/aea.c b/libavformat/aea.c
index b62e560..25450a4 100644
--- a/libavformat/aea.c
+++ b/libavformat/aea.c
@@ -103,4 +103,3 @@ AVInputFormat ff_aea_demuxer = {
     .flags= AVFMT_GENERIC_INDEX,
     .extensions = "aea",
 };
-
diff --git a/libavformat/avio.c b/libavformat/avio.c
index 067f295..ba25abe 100644
--- a/libavformat/avio.c
+++ b/libavformat/avio.c
@@ -352,4 +352,3 @@ int ff_check_interrupt(AVIOInterruptCB *cb)
         return ret;
     return 0;
 }
-
diff --git a/libavformat/httpauth.c b/libavformat/httpauth.c
index c8b8ace..4383585 100644
--- a/libavformat/httpauth.c
+++ b/libavformat/httpauth.c
@@ -265,4 +265,3 @@ char *ff_http_auth_create_response(HTTPAuthState *state, const char *auth,
     }
     return authstr;
 }
-
diff --git a/libavformat/id3v1.h b/libavformat/id3v1.h
index 4842f16..7107073 100644
--- a/libavformat/id3v1.h
+++ b/libavformat/id3v1.h
@@ -39,4 +39,3 @@ extern const char * const ff_id3v1_genre_str[ID3v1_GENRE_MAX + 1];
 void ff_id3v1_read(AVFormatContext *s);
 
 #endif /* AVFORMAT_ID3V1_H */
-
diff --git a/libavformat/iss.c b/libavformat/iss.c
index c2ba1f0..8c297f8 100644
--- a/libavformat/iss.c
+++ b/libavformat/iss.c
@@ -130,4 +130,3 @@ AVInputFormat ff_iss_demuxer = {
     .read_header    = iss_read_header,
     .read_packet    = iss_read_packet,
 };
-
diff --git a/libavformat/lxfdec.c b/libavformat/lxfdec.c
index ee12dfb..bc95a08 100644
--- a/libavformat/lxfdec.c
+++ b/libavformat/lxfdec.c
@@ -346,4 +346,3 @@ AVInputFormat ff_lxf_demuxer = {
     .read_packet    = lxf_read_packet,
     .codec_tag      = (const AVCodecTag* const []){lxf_tags, 0},
 };
-
diff --git a/libavformat/metadata.c b/libavformat/metadata.c
index 7f28314..77fb298 100644
--- a/libavformat/metadata.c
+++ b/libavformat/metadata.c
@@ -68,4 +68,3 @@ void ff_metadata_conv_ctx(AVFormatContext *ctx, const AVMetadataConv *d_conv,
     for (i=0; i<ctx->nb_programs; i++)
         ff_metadata_conv(&ctx->programs[i]->metadata, d_conv, s_conv);
 }
-
diff --git a/libavformat/movenchint.c b/libavformat/movenchint.c
index 9f5e621..c2025c0 100644
--- a/libavformat/movenchint.c
+++ b/libavformat/movenchint.c
@@ -459,4 +459,3 @@ void ff_mov_close_hinting(MOVTrack *track) {
     }
     avformat_free_context(rtp_ctx);
 }
-
diff --git a/libavformat/network.c b/libavformat/network.c
index bfc34c7..432084f 100644
--- a/libavformat/network.c
+++ b/libavformat/network.c
@@ -182,4 +182,3 @@ int ff_is_multicast_address(struct sockaddr *addr)
 
     return 0;
 }
-
diff --git a/libavformat/omadec.c b/libavformat/omadec.c
index 3bff790..60b42fa 100644
--- a/libavformat/omadec.c
+++ b/libavformat/omadec.c
@@ -442,4 +442,3 @@ AVInputFormat ff_oma_demuxer = {
     .extensions     = "oma,omg,aa3",
     .codec_tag      = (const AVCodecTag* const []){ff_oma_codec_tags, 0},
 };
-
diff --git a/libavformat/rl2.c b/libavformat/rl2.c
index 8ec76ff..bb0a961 100644
--- a/libavformat/rl2.c
+++ b/libavformat/rl2.c
@@ -294,4 +294,3 @@ AVInputFormat ff_rl2_demuxer = {
     .read_packet    = rl2_read_packet,
     .read_seek      = rl2_read_seek,
 };
-
diff --git a/libavformat/rtpdec_amr.c b/libavformat/rtpdec_amr.c
index b7ff3aa..9f5ab26 100644
--- a/libavformat/rtpdec_amr.c
+++ b/libavformat/rtpdec_amr.c
@@ -205,4 +205,3 @@ RTPDynamicProtocolHandler ff_amr_wb_dynamic_handler = {
     .free             = amr_free_context,
     .parse_packet     = amr_handle_packet,
 };
-
diff --git a/libavformat/rtpdec_h263.c b/libavformat/rtpdec_h263.c
index 0fb1b25..af71ed6 100644
--- a/libavformat/rtpdec_h263.c
+++ b/libavformat/rtpdec_h263.c
@@ -105,4 +105,3 @@ RTPDynamicProtocolHandler ff_h263_2000_dynamic_handler = {
     .codec_id         = CODEC_ID_H263,
     .parse_packet     = h263_handle_packet,
 };
-
diff --git a/libavformat/rtpenc_amr.c b/libavformat/rtpenc_amr.c
index 4da7ace..73da8c8 100644
--- a/libavformat/rtpenc_amr.c
+++ b/libavformat/rtpenc_amr.c
@@ -63,4 +63,3 @@ void ff_rtp_send_amr(AVFormatContext *s1, const uint8_t *buff, int size)
     memcpy(s->buf_ptr, buff, size);
     s->buf_ptr += size;
 }
-
diff --git a/libavformat/rtpenc_chain.c b/libavformat/rtpenc_chain.c
index b9d1690..16b38d6 100644
--- a/libavformat/rtpenc_chain.c
+++ b/libavformat/rtpenc_chain.c
@@ -83,4 +83,3 @@ AVFormatContext *ff_rtp_chain_mux_open(AVFormatContext *s, AVStream *st,
 
     return rtpctx;
 }
-
diff --git a/libavformat/rtpenc_mpv.c b/libavformat/rtpenc_mpv.c
index 1c67f95..37dedc3 100644
--- a/libavformat/rtpenc_mpv.c
+++ b/libavformat/rtpenc_mpv.c
@@ -115,5 +115,3 @@ void ff_rtp_send_mpegvideo(AVFormatContext *s1, const uint8_t *buf1, int size)
         end_of_slice = 0;
     }
 }
-
-
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index c47cb0e..cdcda7e 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -1997,4 +1997,3 @@ AVInputFormat ff_rtp_demuxer = {
     .priv_class     = &rtp_demuxer_class
 };
 #endif /* CONFIG_RTP_DEMUXER */
-
diff --git a/libavformat/rtspenc.c b/libavformat/rtspenc.c
index e4e79ca..86621cf 100644
--- a/libavformat/rtspenc.c
+++ b/libavformat/rtspenc.c
@@ -245,4 +245,3 @@ AVOutputFormat ff_rtsp_muxer = {
     .flags = AVFMT_NOFILE | AVFMT_GLOBALHEADER,
     .priv_class = &rtsp_muxer_class,
 };
-
diff --git a/libavformat/sapdec.c b/libavformat/sapdec.c
index aa176c7..f0f592e 100644
--- a/libavformat/sapdec.c
+++ b/libavformat/sapdec.c
@@ -236,4 +236,3 @@ AVInputFormat ff_sap_demuxer = {
     .read_close     = sap_read_close,
     .flags = AVFMT_NOFILE,
 };
-
diff --git a/libavformat/sapenc.c b/libavformat/sapenc.c
index d8ec465..dbd7bdb 100644
--- a/libavformat/sapenc.c
+++ b/libavformat/sapenc.c
@@ -261,4 +261,3 @@ AVOutputFormat ff_sap_muxer = {
     .write_trailer     = sap_write_close,
     .flags = AVFMT_NOFILE | AVFMT_GLOBALHEADER,
 };
-
diff --git a/libavformat/sdp.c b/libavformat/sdp.c
index ddf28bd..5e0bf72 100644
--- a/libavformat/sdp.c
+++ b/libavformat/sdp.c
@@ -642,4 +642,3 @@ void ff_sdp_write_media(char *buff, int size, AVCodecContext *c, const char *des
 {
 }
 #endif
-
diff --git a/libavformat/seek.c b/libavformat/seek.c
index 6c4286b..e64021d 100644
--- a/libavformat/seek.c
+++ b/libavformat/seek.c
@@ -516,4 +516,3 @@ void ff_free_parser_state(AVFormatContext *s, AVParserState *state)
     av_free(state->stream_states);
     av_free(state);
 }
-
diff --git a/libavutil/crc.h b/libavutil/crc.h
index a934119..5c25607 100644
--- a/libavutil/crc.h
+++ b/libavutil/crc.h
@@ -41,4 +41,3 @@ const AVCRC *av_crc_get_table(AVCRCId crc_id);
 uint32_t av_crc(const AVCRC *ctx, uint32_t start_crc, const uint8_t *buffer, size_t length) av_pure;
 
 #endif /* AVUTIL_CRC_H */
-
diff --git a/libavutil/intfloat_readwrite.c b/libavutil/intfloat_readwrite.c
index 4c8de7b..6838563 100644
--- a/libavutil/intfloat_readwrite.c
+++ b/libavutil/intfloat_readwrite.c
@@ -95,4 +95,3 @@ AVExtFloat av_dbl2ext(double d){
         ext.exponent[0] |= 0x80;
     return ext;
 }
-
diff --git a/libavutil/md5.h b/libavutil/md5.h
index 1412ee2..c5b858a 100644
--- a/libavutil/md5.h
+++ b/libavutil/md5.h
@@ -43,4 +43,3 @@ void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len);
  */
 
 #endif /* AVUTIL_MD5_H */
-
diff --git a/libavutil/mem.c b/libavutil/mem.c
index 27bb30b..b6230cf 100644
--- a/libavutil/mem.c
+++ b/libavutil/mem.c
@@ -170,4 +170,3 @@ char *av_strdup(const char *s)
     }
     return ptr;
 }
-
diff --git a/libswscale/rgb2rgb.c b/libswscale/rgb2rgb.c
index 47b06f5..5ae0703 100644
--- a/libswscale/rgb2rgb.c
+++ b/libswscale/rgb2rgb.c
@@ -346,4 +346,3 @@ DEFINE_SHUFFLE_BYTES(0, 3, 2, 1)
 DEFINE_SHUFFLE_BYTES(1, 2, 3, 0)
 DEFINE_SHUFFLE_BYTES(3, 0, 1, 2)
 DEFINE_SHUFFLE_BYTES(3, 2, 1, 0)
-
diff --git a/libswscale/utils.c b/libswscale/utils.c
index b49f924..15039ce 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -1533,4 +1533,3 @@ struct SwsContext *sws_getCachedContext(struct SwsContext *context,
     }
     return context;
 }
-



More information about the ffmpeg-cvslog mailing list