Commit 7e6e9fd4 authored by Jean-Paul Saman's avatar Jean-Paul Saman

dvbinfo: fix typo in description of descriptor 0x10

parent 2c3cc411
...@@ -842,7 +842,7 @@ static char const* GetDescriptorName(uint8_t tag) ...@@ -842,7 +842,7 @@ static char const* GetDescriptorName(uint8_t tag)
case 0x0d: return "Copyright descriptor"; case 0x0d: return "Copyright descriptor";
case 0x0e: return "Maximum bitrate descriptor"; case 0x0e: return "Maximum bitrate descriptor";
case 0x0f: return "Private data indicator 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 0x11: return "STD descriptor";
case 0x12: return "IBP descriptor"; case 0x12: return "IBP descriptor";
// case 0x13..0x1a: return "Defined in ISO/IEC 13818-6"; // case 0x13..0x1a: return "Defined in ISO/IEC 13818-6";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment