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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'demuxer')
-rw-r--r--demuxer/Demuxers/BDDemuxer.cpp2
-rw-r--r--demuxer/Demuxers/BDDemuxer.h2
-rw-r--r--demuxer/Demuxers/BaseDemuxer.cpp2
-rw-r--r--demuxer/Demuxers/BaseDemuxer.h2
-rw-r--r--demuxer/Demuxers/ExtradataParser.cpp2
-rw-r--r--demuxer/Demuxers/ExtradataParser.h2
-rw-r--r--demuxer/Demuxers/LAVFAudioHelper.cpp2
-rw-r--r--demuxer/Demuxers/LAVFAudioHelper.h2
-rw-r--r--demuxer/Demuxers/LAVFDemuxer.cpp2
-rw-r--r--demuxer/Demuxers/LAVFDemuxer.h2
-rw-r--r--demuxer/Demuxers/LAVFInputFormats.cpp2
-rw-r--r--demuxer/Demuxers/LAVFStreamInfo.cpp2
-rw-r--r--demuxer/Demuxers/LAVFStreamInfo.h2
-rw-r--r--demuxer/Demuxers/LAVFUtils.cpp2
-rw-r--r--demuxer/Demuxers/LAVFUtils.h2
-rw-r--r--demuxer/Demuxers/LAVFVideoHelper.cpp2
-rw-r--r--demuxer/Demuxers/LAVFVideoHelper.h2
-rw-r--r--demuxer/Demuxers/Packet.cpp2
-rw-r--r--demuxer/Demuxers/Packet.h2
-rw-r--r--demuxer/Demuxers/StreamInfo.cpp2
-rw-r--r--demuxer/Demuxers/StreamInfo.h2
-rw-r--r--demuxer/Demuxers/stdafx.h2
-rw-r--r--demuxer/LAVSplitter/InputPin.cpp2
-rw-r--r--demuxer/LAVSplitter/InputPin.h2
-rw-r--r--demuxer/LAVSplitter/LAVSplitter.cpp2
-rw-r--r--demuxer/LAVSplitter/LAVSplitter.h2
-rw-r--r--demuxer/LAVSplitter/LAVSplitter.rc22
-rw-r--r--demuxer/LAVSplitter/OutputPin.cpp2
-rw-r--r--demuxer/LAVSplitter/OutputPin.h2
-rw-r--r--demuxer/LAVSplitter/PacketAllocator.cpp2
-rw-r--r--demuxer/LAVSplitter/PacketAllocator.h2
-rw-r--r--demuxer/LAVSplitter/PacketQueue.cpp2
-rw-r--r--demuxer/LAVSplitter/PacketQueue.h2
-rw-r--r--demuxer/LAVSplitter/SettingsProp.cpp2
-rw-r--r--demuxer/LAVSplitter/SettingsProp.h2
-rw-r--r--demuxer/LAVSplitter/StreamParser.cpp2
-rw-r--r--demuxer/LAVSplitter/StreamParser.h2
-rw-r--r--demuxer/LAVSplitter/dllmain.cpp2
-rw-r--r--demuxer/LAVSplitter/stdafx.cpp2
-rw-r--r--demuxer/LAVSplitter/stdafx.h2
40 files changed, 40 insertions, 40 deletions
diff --git a/demuxer/Demuxers/BDDemuxer.cpp b/demuxer/Demuxers/BDDemuxer.cpp
index 90624279..7b3b8e2e 100644
--- a/demuxer/Demuxers/BDDemuxer.cpp
+++ b/demuxer/Demuxers/BDDemuxer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/BDDemuxer.h b/demuxer/Demuxers/BDDemuxer.h
index 26e406c6..6530a7e2 100644
--- a/demuxer/Demuxers/BDDemuxer.h
+++ b/demuxer/Demuxers/BDDemuxer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/BaseDemuxer.cpp b/demuxer/Demuxers/BaseDemuxer.cpp
index f2fd2138..8455fe6d 100644
--- a/demuxer/Demuxers/BaseDemuxer.cpp
+++ b/demuxer/Demuxers/BaseDemuxer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/BaseDemuxer.h b/demuxer/Demuxers/BaseDemuxer.h
index 74d5b9f0..fd38ac20 100644
--- a/demuxer/Demuxers/BaseDemuxer.h
+++ b/demuxer/Demuxers/BaseDemuxer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/ExtradataParser.cpp b/demuxer/Demuxers/ExtradataParser.cpp
index df18840c..32f20eff 100644
--- a/demuxer/Demuxers/ExtradataParser.cpp
+++ b/demuxer/Demuxers/ExtradataParser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/ExtradataParser.h b/demuxer/Demuxers/ExtradataParser.h
index a584145d..e956a4e8 100644
--- a/demuxer/Demuxers/ExtradataParser.h
+++ b/demuxer/Demuxers/ExtradataParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFAudioHelper.cpp b/demuxer/Demuxers/LAVFAudioHelper.cpp
index 0b70fe9d..9b252529 100644
--- a/demuxer/Demuxers/LAVFAudioHelper.cpp
+++ b/demuxer/Demuxers/LAVFAudioHelper.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFAudioHelper.h b/demuxer/Demuxers/LAVFAudioHelper.h
index d482ced1..89b94f7d 100644
--- a/demuxer/Demuxers/LAVFAudioHelper.h
+++ b/demuxer/Demuxers/LAVFAudioHelper.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFDemuxer.cpp b/demuxer/Demuxers/LAVFDemuxer.cpp
index 06fd6662..209467ec 100644
--- a/demuxer/Demuxers/LAVFDemuxer.cpp
+++ b/demuxer/Demuxers/LAVFDemuxer.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFDemuxer.h b/demuxer/Demuxers/LAVFDemuxer.h
index 50868ecc..97b6be92 100644
--- a/demuxer/Demuxers/LAVFDemuxer.h
+++ b/demuxer/Demuxers/LAVFDemuxer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFInputFormats.cpp b/demuxer/Demuxers/LAVFInputFormats.cpp
index fe2bb96f..69dd155b 100644
--- a/demuxer/Demuxers/LAVFInputFormats.cpp
+++ b/demuxer/Demuxers/LAVFInputFormats.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFStreamInfo.cpp b/demuxer/Demuxers/LAVFStreamInfo.cpp
index 639852e7..b23997b8 100644
--- a/demuxer/Demuxers/LAVFStreamInfo.cpp
+++ b/demuxer/Demuxers/LAVFStreamInfo.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFStreamInfo.h b/demuxer/Demuxers/LAVFStreamInfo.h
index 2bf2fddd..b7e52bca 100644
--- a/demuxer/Demuxers/LAVFStreamInfo.h
+++ b/demuxer/Demuxers/LAVFStreamInfo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFUtils.cpp b/demuxer/Demuxers/LAVFUtils.cpp
index e17323b1..4b6c5a6d 100644
--- a/demuxer/Demuxers/LAVFUtils.cpp
+++ b/demuxer/Demuxers/LAVFUtils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFUtils.h b/demuxer/Demuxers/LAVFUtils.h
index 2f188e62..20b6eecb 100644
--- a/demuxer/Demuxers/LAVFUtils.h
+++ b/demuxer/Demuxers/LAVFUtils.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFVideoHelper.cpp b/demuxer/Demuxers/LAVFVideoHelper.cpp
index fc4905fd..09414a08 100644
--- a/demuxer/Demuxers/LAVFVideoHelper.cpp
+++ b/demuxer/Demuxers/LAVFVideoHelper.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/LAVFVideoHelper.h b/demuxer/Demuxers/LAVFVideoHelper.h
index b880f7b3..d49eb838 100644
--- a/demuxer/Demuxers/LAVFVideoHelper.h
+++ b/demuxer/Demuxers/LAVFVideoHelper.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/Packet.cpp b/demuxer/Demuxers/Packet.cpp
index a69d9ba9..f3e31396 100644
--- a/demuxer/Demuxers/Packet.cpp
+++ b/demuxer/Demuxers/Packet.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/Packet.h b/demuxer/Demuxers/Packet.h
index 3d840b54..41c7393d 100644
--- a/demuxer/Demuxers/Packet.h
+++ b/demuxer/Demuxers/Packet.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/StreamInfo.cpp b/demuxer/Demuxers/StreamInfo.cpp
index 764de325..166e795c 100644
--- a/demuxer/Demuxers/StreamInfo.cpp
+++ b/demuxer/Demuxers/StreamInfo.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/StreamInfo.h b/demuxer/Demuxers/StreamInfo.h
index 7806c5fc..d0c41eea 100644
--- a/demuxer/Demuxers/StreamInfo.h
+++ b/demuxer/Demuxers/StreamInfo.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/Demuxers/stdafx.h b/demuxer/Demuxers/stdafx.h
index 1f608639..541cffdf 100644
--- a/demuxer/Demuxers/stdafx.h
+++ b/demuxer/Demuxers/stdafx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/InputPin.cpp b/demuxer/LAVSplitter/InputPin.cpp
index 59cdf592..05725e17 100644
--- a/demuxer/LAVSplitter/InputPin.cpp
+++ b/demuxer/LAVSplitter/InputPin.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/InputPin.h b/demuxer/LAVSplitter/InputPin.h
index 4857950f..e2c61d33 100644
--- a/demuxer/LAVSplitter/InputPin.h
+++ b/demuxer/LAVSplitter/InputPin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/LAVSplitter.cpp b/demuxer/LAVSplitter/LAVSplitter.cpp
index 385a465e..33f8df0e 100644
--- a/demuxer/LAVSplitter/LAVSplitter.cpp
+++ b/demuxer/LAVSplitter/LAVSplitter.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/LAVSplitter.h b/demuxer/LAVSplitter/LAVSplitter.h
index 8f68b1ca..65c98f5f 100644
--- a/demuxer/LAVSplitter/LAVSplitter.h
+++ b/demuxer/LAVSplitter/LAVSplitter.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/LAVSplitter.rc2 b/demuxer/LAVSplitter/LAVSplitter.rc2
index 48c45177..8aefce2c 100644
--- a/demuxer/LAVSplitter/LAVSplitter.rc2
+++ b/demuxer/LAVSplitter/LAVSplitter.rc2
@@ -60,7 +60,7 @@ BEGIN
VALUE "FileDescription", "LAV Splitter - DirectShow Media Splitter"
VALUE "FileVersion", LAV_VERSION_STR
VALUE "InternalName", "LAVSplitter.ax"
- VALUE "LegalCopyright", "Copyright (C) 2010-2012 Hendrik Leppkes"
+ VALUE "LegalCopyright", "Copyright (C) 2010-2013 Hendrik Leppkes"
VALUE "OriginalFilename", "LAVSplitter.ax"
VALUE "ProductName", "LAV Splitter"
VALUE "ProductVersion", LAV_VERSION_STR
diff --git a/demuxer/LAVSplitter/OutputPin.cpp b/demuxer/LAVSplitter/OutputPin.cpp
index 5d6709f2..a334ddbd 100644
--- a/demuxer/LAVSplitter/OutputPin.cpp
+++ b/demuxer/LAVSplitter/OutputPin.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/OutputPin.h b/demuxer/LAVSplitter/OutputPin.h
index b46af8b5..525098d2 100644
--- a/demuxer/LAVSplitter/OutputPin.h
+++ b/demuxer/LAVSplitter/OutputPin.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/PacketAllocator.cpp b/demuxer/LAVSplitter/PacketAllocator.cpp
index 06d4b0ec..af025a58 100644
--- a/demuxer/LAVSplitter/PacketAllocator.cpp
+++ b/demuxer/LAVSplitter/PacketAllocator.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/PacketAllocator.h b/demuxer/LAVSplitter/PacketAllocator.h
index 23a41b44..9d8566bb 100644
--- a/demuxer/LAVSplitter/PacketAllocator.h
+++ b/demuxer/LAVSplitter/PacketAllocator.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/PacketQueue.cpp b/demuxer/LAVSplitter/PacketQueue.cpp
index 3bac0874..bdb4316c 100644
--- a/demuxer/LAVSplitter/PacketQueue.cpp
+++ b/demuxer/LAVSplitter/PacketQueue.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/PacketQueue.h b/demuxer/LAVSplitter/PacketQueue.h
index 2f4ce010..ab0baeaf 100644
--- a/demuxer/LAVSplitter/PacketQueue.h
+++ b/demuxer/LAVSplitter/PacketQueue.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/SettingsProp.cpp b/demuxer/LAVSplitter/SettingsProp.cpp
index 40f415b3..16240769 100644
--- a/demuxer/LAVSplitter/SettingsProp.cpp
+++ b/demuxer/LAVSplitter/SettingsProp.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/SettingsProp.h b/demuxer/LAVSplitter/SettingsProp.h
index cec653b6..6e1acc32 100644
--- a/demuxer/LAVSplitter/SettingsProp.h
+++ b/demuxer/LAVSplitter/SettingsProp.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/StreamParser.cpp b/demuxer/LAVSplitter/StreamParser.cpp
index e5084098..614e7345 100644
--- a/demuxer/LAVSplitter/StreamParser.cpp
+++ b/demuxer/LAVSplitter/StreamParser.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/StreamParser.h b/demuxer/LAVSplitter/StreamParser.h
index f6dfa3db..dac23433 100644
--- a/demuxer/LAVSplitter/StreamParser.h
+++ b/demuxer/LAVSplitter/StreamParser.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/dllmain.cpp b/demuxer/LAVSplitter/dllmain.cpp
index 8fe45012..23ed902a 100644
--- a/demuxer/LAVSplitter/dllmain.cpp
+++ b/demuxer/LAVSplitter/dllmain.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/stdafx.cpp b/demuxer/LAVSplitter/stdafx.cpp
index ed4aefd4..82b5f9d8 100644
--- a/demuxer/LAVSplitter/stdafx.cpp
+++ b/demuxer/LAVSplitter/stdafx.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify
diff --git a/demuxer/LAVSplitter/stdafx.h b/demuxer/LAVSplitter/stdafx.h
index f48b5b38..42de026d 100644
--- a/demuxer/LAVSplitter/stdafx.h
+++ b/demuxer/LAVSplitter/stdafx.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2012 Hendrik Leppkes
+ * Copyright (C) 2010-2013 Hendrik Leppkes
* http://www.1f0.de
*
* This program is free software; you can redistribute it and/or modify