rmdec: use the deinterleaving mode and not the codec when creating audio packets.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 17 Sep 2011 21:17:45 +0000 (21:17 +0000)
committerAnton Khirnov <anton@khirnov.net>
Mon, 19 Sep 2011 10:37:31 +0000 (12:37 +0200)
commit3e033da84782e12ed529e6a88dd53b6a72199e8e
tree165fca03ce0df87d531c78b2969690dcd2636c26
parent63d64228a7f31d534e3bcae87cbd37f4a0ae2dd6
rmdec: use the deinterleaving mode and not the codec when creating audio packets.

It prevents crashes due to non initialized fields.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavformat/rmdec.c