]> git.sesse.net Git - vlc/commit
Used the AVCodecContext given to AVCodecContext::get_format() and not the global...
authorLaurent Aimar <fenrir@videolan.org>
Mon, 12 Sep 2011 22:37:33 +0000 (00:37 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 13 Sep 2011 20:52:55 +0000 (22:52 +0200)
commita4820b53a72903182b198435fabc50d1478fd3b0
tree27d91ae5fabfdac11369f9c8459f57703091111c
parent66b8bb17dacc529f033097984a9a0e864a0bdea5
Used the AVCodecContext given to AVCodecContext::get_format() and not the global one.

The global one may not be in synch when the callback is called.
modules/codec/avcodec/video.c