summaryrefslogtreecommitdiffstats
path: root/loader/dmo
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-20 21:02:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-20 21:02:49 +0000
commit8ba6b4eaf939f34ac34993aa225143b4102f6c02 (patch)
tree478affd23420fa4f9067a3ad581c5425866e5bb3 /loader/dmo
parent4a2e468d4b29c3fd4b89c7b33cd9aefba885bfd6 (diff)
downloadmpv-8ba6b4eaf939f34ac34993aa225143b4102f6c02.tar.bz2
mpv-8ba6b4eaf939f34ac34993aa225143b4102f6c02.tar.xz
cosmetics: Remove pointless empty lines at EOF.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30675 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dmo')
-rw-r--r--loader/dmo/DMO_VideoDecoder.c1
-rw-r--r--loader/dmo/dmo_guids.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/loader/dmo/DMO_VideoDecoder.c b/loader/dmo/DMO_VideoDecoder.c
index 3dd7098534..db0cd4c995 100644
--- a/loader/dmo/DMO_VideoDecoder.c
+++ b/loader/dmo/DMO_VideoDecoder.c
@@ -552,4 +552,3 @@ int DMO_VideoDecoder_SetDirection(DMO_VideoDecoder *this, int d)
this->m_sVhdr2->bmiHeader.biHeight = this->iv.m_obh.biHeight;
return 0;
}
-
diff --git a/loader/dmo/dmo_guids.c b/loader/dmo/dmo_guids.c
index 8dbeb40459..484d4564e2 100644
--- a/loader/dmo/dmo_guids.c
+++ b/loader/dmo/dmo_guids.c
@@ -39,4 +39,3 @@ const GUID DMOCATEGORY_AUDIO_NOISE_SUPPRESS = { 0xe07f903f, 0x62fd, 0x4e60,
const GUID DMOCATEGORY_AGC = { 0xe88c9ba0l, 0xc557, 0x11d0,
{ 0x8a, 0x2b, 0x00, 0xa0, 0xc9, 0x25, 0x5a, 0xc1}};
-