Fix ASF format parser's broken UTF-16 string handling
authorZuxy Meng <zuxy.meng@gmail.com>
Mon, 6 Nov 2006 10:32:48 +0000 (10:32 +0000)
committerGuillaume Poirier <gpoirier@mplayerhq.hu>
Mon, 6 Nov 2006 10:32:48 +0000 (10:32 +0000)
commit360932f76d30862ed6b7d325d0f31756f5b5da7c
tree1e416cddb9c708720944aa6184646e086ccc1e19
parentf4e31985da4ba620bb32347c0ef30de71727116c
Fix ASF format parser's broken UTF-16 string handling
1. Add a PUT_UTF8 macro to common.h; code borrowed from libavcodec/flacenc.c.
2. Make use of the macro in flacenc.c
Patch by Zuxy Meng % zuxy P meng A gmail P com %
Original thread:
Date: Nov 5, 2006 9:56 AM
Subject: [Ffmpeg-devel] PUT_UTF8 & asf format enhancement

Originally committed as revision 6911 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/flacenc.c
libavutil/common.h