OSDN Git Service

Do not access s->gb directly in functions that have a local copy of that
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 6 Dec 2008 18:35:52 +0000 (18:35 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 6 Dec 2008 18:35:52 +0000 (18:35 +0000)
commit022f0b7c0160c69983262773121439affd7d8219
treeb613360ca5cad996604688f4c36532d08b2a0880
parent2ceccf045c295b9a507d6e3be7710c63f51c0529
Do not access s->gb directly in functions that have a local copy of that
variable. See "[PATCH] asf.c: don't access AVFormatContext->pb" thread on
ML.

Originally committed as revision 16023 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/asf.c