Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-01 04:51:14 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-11-04 18:38:52 +0400
commit85cabf1ca98fcc502fcf5b8d6bfb6d8061c2caef (patch)
tree5cac6c8fcca90badb397dd816513491eebf5929c /doc/APIchanges
parentd0ac60730d26f1d59817c675806ed199abbef906 (diff)
avutil: add av_fopen_utf8()
fopen() on windows uses UTF-16, we use UTF-8 everywhere, this function bridges the gap by using avpriv_open() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index c0a6a1d855..fdc09b2ec3 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2013-11-04 - xxxxxxx - lavu 52.50.100 - avutil.h
+ Add av_fopen_utf8()
+
2013-08-xx - xxxxxxx - lavu 52.17.0 - avframe.h
Add AVFrame.flags and AV_FRAME_FLAG_CORRUPT.