]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Move av_read_frame/parser related buffer variables from AVFormatContext
authormichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 22 Jan 2009 23:35:31 +0000 (23:35 +0000)
committermichael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Thu, 22 Jan 2009 23:35:31 +0000 (23:35 +0000)
commit6d24823c55c97e6f9b80cce30363c6030369b6fa
treeb07601a2044bfb1d7d74265121915387195e54cb
parentcec2759d5a829c80daace82e77a7118dd7ccbd3b
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16724 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavformat/avformat.h
libavformat/utils.c