From a57eddf010cd07cb6744ef89d3df8661c121d23c Mon Sep 17 00:00:00 2001 From: brian-ch Date: Sun, 12 Apr 2015 18:32:49 +0000 Subject: Update ffmpeg 2.6 headers git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3114 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-2.6/avio.pas | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/lib/ffmpeg-2.6/avio.pas') diff --git a/src/lib/ffmpeg-2.6/avio.pas b/src/lib/ffmpeg-2.6/avio.pas index c342f8de..db3a84e6 100644 --- a/src/lib/ffmpeg-2.6/avio.pas +++ b/src/lib/ffmpeg-2.6/avio.pas @@ -276,6 +276,13 @@ function avio_put_str(s: PAVIOContext; str: {const} PAnsiChar): cint; function avio_put_str16le(s: PAVIOContext; str: {const} PAnsiChar): cint; cdecl; external av__format; +(** + * Convert an UTF-8 string to UTF-16BE and write it. + * @return number of bytes written. + *) +function avio_put_str16be(s: PAVIOContext; str: {const} PAnsiChar): cint; + cdecl; external av__format; + const (** * Passing this as the "whence" parameter to a seek function causes it to -- cgit v1.2.3