[libdvbpsi-devel] dvbinfo: fix typo in description of descriptor 0x10
Jean-Paul Saman
git at videolan.org
Thu Mar 5 11:22:32 CET 2015
libdvbpsi | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Thu Mar 5 10:14:58 2015 +0100| [7e6e9fd4fa3a423e3d99bb698eb514e34714f760] | committer: Jean-Paul Saman
dvbinfo: fix typo in description of descriptor 0x10
> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=7e6e9fd4fa3a423e3d99bb698eb514e34714f760
---
examples/dvbinfo/libdvbpsi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/dvbinfo/libdvbpsi.c b/examples/dvbinfo/libdvbpsi.c
index ae976e9..5b3bbbd 100644
--- a/examples/dvbinfo/libdvbpsi.c
+++ b/examples/dvbinfo/libdvbpsi.c
@@ -842,7 +842,7 @@ static char const* GetDescriptorName(uint8_t tag)
case 0x0d: return "Copyright descriptor";
case 0x0e: return "Maximum bitrate descriptor";
case 0x0f: return "Private data indicator descriptor";
- case 0x10: return "Soothing buffer descriptor";
+ case 0x10: return "Smoothing buffer descriptor";
case 0x11: return "STD descriptor";
case 0x12: return "IBP descriptor";
// case 0x13..0x1a: return "Defined in ISO/IEC 13818-6";
More information about the libdvbpsi-devel
mailing list