Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxing
authorFrancesco Lavra <francescolavra@interfree.it>
Fri, 28 May 2010 18:21:25 +0000 (18:21 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 28 May 2010 18:21:25 +0000 (18:21 +0000)
commitcff87f0404faf80093131d3c59e424699cc52c0d
tree7be4cb8322a6e9cb9b559c45a681e3cca93745b0
parent74e8ccad4c3c4e2f96d87787a79feb880a3db94e
Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxing
other audio codecs rather than only AC-3, so add some code that makes
word byte-swapping only happen for AC-3, not for all audio codecs.

Patch by Francesco Lavra <francescolavra interfree it>.

Originally committed as revision 23361 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rmenc.c