[libdvbpsi-devel] AUTHORS: Michael Ira Krufky added support for descriptor 0xa0, not 0xa1
Michael Ira Krufky
git at videolan.org
Wed Apr 16 15:53:36 CEST 2014
libdvbpsi | branch: master | Michael Ira Krufky <mkrufky at linuxtv.org> | Tue Apr 15 20:44:11 2014 -0400| [cd342968c26b4ae25dc94b87c8b2a43c7a6c02a8] | committer: Michael Ira Krufky
AUTHORS: Michael Ira Krufky added support for descriptor 0xa0, not 0xa1
Signed-off-by: Michael Ira Krufky <mkrufky at linuxtv.org>
> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=cd342968c26b4ae25dc94b87c8b2a43c7a6c02a8
---
AUTHORS | 4 ++--
src/descriptors/dr_81.c | 2 +-
src/descriptors/dr_81.h | 4 ++--
src/descriptors/dr_86.c | 2 +-
src/descriptors/dr_86.h | 4 ++--
src/descriptors/dr_a0.c | 2 +-
src/descriptors/dr_a0.h | 4 ++--
7 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index 56be5ec..c073d58 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -85,7 +85,7 @@ D: Descriptors 0x40, 0x41, 0x49, 0x4a, 0x4b, 0x4f and 0x50
D: BAT improvements
D: RST table support
-N: Michael Krufky
+N: Michael Ira Krufky
E: mkrufky at linuxtv.org
-D: Descriptors 0xa1, 0x81, 0x86
+D: Descriptors 0xa0, 0x81, 0x86
D: ATSC tables
diff --git a/src/descriptors/dr_81.c b/src/descriptors/dr_81.c
index 263a483..e7355df 100644
--- a/src/descriptors/dr_81.c
+++ b/src/descriptors/dr_81.c
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2013 Michael Krufky
+Copyright (C) 2013-2014 Michael Ira Krufky
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/descriptors/dr_81.h b/src/descriptors/dr_81.h
index 567eec0..14608d9 100644
--- a/src/descriptors/dr_81.h
+++ b/src/descriptors/dr_81.h
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2013 Michael Krufky
+Copyright (C) 2013-2014 Michael Ira Krufky
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@ Decode AC-3 Audio Descriptor.
/*!
* \file dr_81.h
- * \author Michael Krufky
+ * \author Michael Ira Krufky
* \brief Decode AC-3 Audio Descriptor.
*/
diff --git a/src/descriptors/dr_86.c b/src/descriptors/dr_86.c
index e0c4cef..117d58a 100644
--- a/src/descriptors/dr_86.c
+++ b/src/descriptors/dr_86.c
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2013 Michael Krufky
+Copyright (C) 2013-2014 Michael Ira Krufky
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/descriptors/dr_86.h b/src/descriptors/dr_86.h
index f6c2330..58089de 100644
--- a/src/descriptors/dr_86.h
+++ b/src/descriptors/dr_86.h
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2013 Michael Krufky
+Copyright (C) 2013-2014 Michael Ira Krufky
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@ Decode Caption Service Descriptor.
/*!
* \file dr_86.h
- * \author Michael Krufky
+ * \author Michael Ira Krufky
* \brief Decode Caption Service Descriptor.
*/
diff --git a/src/descriptors/dr_a0.c b/src/descriptors/dr_a0.c
index 4a4a890..8004aea 100644
--- a/src/descriptors/dr_a0.c
+++ b/src/descriptors/dr_a0.c
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2013 Michael Krufky
+Copyright (C) 2013-2014 Michael Ira Krufky
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
diff --git a/src/descriptors/dr_a0.h b/src/descriptors/dr_a0.h
index 7c1394e..dfa06b2 100644
--- a/src/descriptors/dr_a0.h
+++ b/src/descriptors/dr_a0.h
@@ -1,5 +1,5 @@
/*
-Copyright (C) 2013 Michael Krufky
+Copyright (C) 2013-2014 Michael Ira Krufky
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@ Decode Extended Channel Name Descriptor.
/*!
* \file dr_a0.h
- * \author Michael Krufky
+ * \author Michael Ira Krufky
* \brief Decode Extended Channel Name Descriptor.
*/
More information about the libdvbpsi-devel
mailing list