]> git.sesse.net Git - ffmpeg/commit
avformat/mpegts: also convert strings without a specified encoding to UTF-8
authorMarton Balint <cus@passwd.hu>
Sat, 9 Feb 2019 23:33:04 +0000 (00:33 +0100)
committerMarton Balint <cus@passwd.hu>
Wed, 13 Feb 2019 21:01:39 +0000 (22:01 +0100)
commitb35843e3913df57da3a6bb0ce80a4f2b75d374b4
tree094eb3cee52ba426f5bf10f0058b0bc4dcc08998
parentdd6dd49f1d5e5092d7f2da8b2af0fa89b2be99c1
avformat/mpegts: also convert strings without a specified encoding to UTF-8

The default codepage (ISO6937) should be used in this case.

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