Change audio_pkt_cnt from an array into a single field, since only a single
authorRonald S. Bultje <rsbultje@gmail.com>
Sun, 28 Dec 2008 05:55:09 +0000 (05:55 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sun, 28 Dec 2008 05:55:09 +0000 (05:55 +0000)
commit5d88c2647def2557637077e9284cfe9806954502
tree2fdbe9180355f6d2d686943ca9aca247ae2f20da
parent886e89d0d05ad99064e9d739e9b26beb71d79f29
Change audio_pkt_cnt from an array into a single field, since only a single
member of the array is ever used (compare to RMDemuxContext->audio_pkt_cnt).
See "[PATCH] oops I broke rdt.c" mailinglist thread.

Originally committed as revision 16367 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rdt.c