]> git.sesse.net Git - ffmpeg/commit
avformat/mpegts: fix charset of type 0x11
authorMarton Balint <cus@passwd.hu>
Sat, 9 Feb 2019 23:25:05 +0000 (00:25 +0100)
committerMarton Balint <cus@passwd.hu>
Wed, 13 Feb 2019 21:01:39 +0000 (22:01 +0100)
commitdd6dd49f1d5e5092d7f2da8b2af0fa89b2be99c1
treecf52a6a55030df7d03c56c6339432e5012b14afc
parentbf78aa9ee9c42c89bcd88a301e23ce8efbd155ce
avformat/mpegts: fix charset of type 0x11

ISO-10646 alone means UCS-4 for iconv, the specs refers to the Basic
Multilingual Plane (BMP), therefore we need UCS-2. VLC also using that.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/mpegts.c