[FFmpeg-devel] [PATCH]lavf/mpegts: Do not print the character coding as part of service name

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Feb 7 17:46:18 EET 2019


2019-02-07 16:34 GMT+01:00, Moritz Barsnick <barsnick at gmx.net>:
> On Thu, Feb 07, 2019 at 14:40:40 +0100, Carl Eugen Hoyos wrote:
>> +    if (p[0] < 0x20) {
>> +        p++;
>> +        if (--len < 0)
>> +            return NULL;
>> +    }
>
> If I understand section "A.2 Selection of character table" of ETSI EN
> 300 468 correctly, you need to drop an additional byte if the first
> byte (p[0]) is 0x1F, or an additional two bytes if the first one is
> 0x10.

New patch attached.

Thank you, Carl Eugen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavf-mpegts-Do-not-print-the-character-coding-as-par.patch
Type: text/x-patch
Size: 968 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190207/6f32131c/attachment.bin>


More information about the ffmpeg-devel mailing list