Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2013-05-17 10:38:49 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2013-05-18 22:01:18 +0400
commit1d50f7e6a277209321e876c874332637009688b0 (patch)
tree852b471d81556e9fa67e92f6c261cfdc9be34880 /src/filters/transform/Mpeg2DecFilter
parentd05a65bac3d0ab6290c0e386885bd9969604e5a0 (diff)
cosmetics: add new lines at the end of files.
Diffstat (limited to 'src/filters/transform/Mpeg2DecFilter')
-rw-r--r--src/filters/transform/Mpeg2DecFilter/Mpeg2DecSettingsWnd.h4
-rw-r--r--src/filters/transform/Mpeg2DecFilter/idct_sse2.cpp4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecSettingsWnd.h b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecSettingsWnd.h
index 02256c9af..5e5586887 100644
--- a/src/filters/transform/Mpeg2DecFilter/Mpeg2DecSettingsWnd.h
+++ b/src/filters/transform/Mpeg2DecFilter/Mpeg2DecSettingsWnd.h
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2012 see Authors.txt
+ * (C) 2006-2013 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -85,4 +85,4 @@ public:
afx_msg void OnButtonProcampReset();
afx_msg void OnButtonInterlaced();
afx_msg void OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar);
-}; \ No newline at end of file
+};
diff --git a/src/filters/transform/Mpeg2DecFilter/idct_sse2.cpp b/src/filters/transform/Mpeg2DecFilter/idct_sse2.cpp
index aeb18403e..9fa45900b 100644
--- a/src/filters/transform/Mpeg2DecFilter/idct_sse2.cpp
+++ b/src/filters/transform/Mpeg2DecFilter/idct_sse2.cpp
@@ -1,6 +1,6 @@
/*
* (C) 2003-2006 Gabest
- * (C) 2006-2012 see Authors.txt
+ * (C) 2006-2013 see Authors.txt
*
* This file is part of MPC-HC.
*
@@ -319,4 +319,4 @@ void mpeg2_idct_add_sse2(int, int16_t* block, uint8_t* dest, const int stride)
void mpeg2_idct_init_sse2()
{
-} \ No newline at end of file
+}