OSDN Git Service

Change iv_decode_frame to get AVCodecContext as argument, so that
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 6 Jul 2009 16:45:12 +0000 (16:45 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Mon, 6 Jul 2009 16:45:12 +0000 (16:45 +0000)
commit28bcc76ab75caee6a7f5a2bd6b8b401b359a394b
tree1fdf324d760d64d9a53d096bc19079fe06bce566
parentc79c960adea64c12e5b2f6495319401cb12da21d
Change iv_decode_frame to get AVCodecContext as argument, so that
avcodec_check_dimensions can be called with a proper context instead of NULL.

Originally committed as revision 19358 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/indeo3.c