Store strings directly in mov_mdhd_language_map instead of using pointers,
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 30 Jan 2010 22:05:26 +0000 (22:05 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 30 Jan 2010 22:05:26 +0000 (22:05 +0000)
commit029ddf333c8f36ddc65c91cb6f18ae310d2bd1ab
treea71dde930dc4a8e51f00f26acc9f1af76299a250
parent909f659473f51306e3b8f0251239ea07f88c9023
Store strings directly in mov_mdhd_language_map instead of using pointers,
which has a up to 200% overhead.
Also allows to use memcpy instead of strcpy.

Originally committed as revision 21560 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/isom.c