OSDN Git Service

Move av_read_frame/parser related buffer variables from AVFormatContext
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Jan 2009 23:35:31 +0000 (23:35 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 22 Jan 2009 23:35:31 +0000 (23:35 +0000)
commit3a41c2f769e6ff7321a304517345b92def0c5c49
treeb257f15df8ba428debe5f1881c03fbb04e90b0bc
parent959e0006278fa2341c12026556088ecbb1f626d0
Move av_read_frame/parser related buffer variables from AVFormatContext
to AVStream, this is required if we want to allow the user to pull frames
from specific streams at some point in the future.

Originally committed as revision 16724 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h
libavformat/utils.c