Don't access RMContext directly in rdt.c. Rather, use the return value of
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 13 Dec 2008 21:37:27 +0000 (21:37 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 13 Dec 2008 21:37:27 +0000 (21:37 +0000)
commita15ebf34c77c7c93aef70caeeace538f47eaab8a
tree2ed9198c79fd39059ad3c627030aa3ea08fabb6f
parent616deed28f0626a98022837488b222aa158ce3b4
Don't access RMContext directly in rdt.c. Rather, use the return value of
ff_rm_parse_packet() to indicate whether more audio packets are available
in the demuxer from the last RM frame, and save that in the RDT parsing
context. See patch/discussion in "[PATCH] rdt.c: don't access RMContext"
on ML.

Originally committed as revision 16110 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rdt.c
libavformat/rm.h
libavformat/rmdec.c