aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-2.6/avio.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg-2.6/avio.pas')
-rw-r--r--src/lib/ffmpeg-2.6/avio.pas7
1 files changed, 7 insertions, 0 deletions
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