diff options
Diffstat (limited to 'src/lib/ffmpeg-2.2/avutil.pas')
-rw-r--r-- | src/lib/ffmpeg-2.2/avutil.pas | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-2.2/avutil.pas b/src/lib/ffmpeg-2.2/avutil.pas index fa8e74d6..10523b6f 100644 --- a/src/lib/ffmpeg-2.2/avutil.pas +++ b/src/lib/ffmpeg-2.2/avutil.pas @@ -24,7 +24,7 @@ * Conversions of * * libavutil/avutil.h: - * version: 52.48.100 + * version: 52.66.100 * *) @@ -213,6 +213,14 @@ function av_int_list_length_for_size(elsize: cuint; *) function av_int_list_length({const} list: pointer; term: cuint64): cuint; +(** + * Open a file using a UTF-8 filename. + * The API of this function matches POSIX fopen(), errors are returned through + * errno. + *) +function av_fopen_utf8(path: {const} Pchar; mode: {const} Pchar): PAVFile; + cdecl; external av__util; + {$INCLUDE libavutil/cpu.pas} {$INCLUDE libavutil/dict.pas} |