]> git.sesse.net Git - vlc/commit
Used the AVCodecContext given to AVCodecContext::get_buffer() and not the global...
authorLaurent Aimar <fenrir@videolan.org>
Tue, 13 Sep 2011 20:40:08 +0000 (22:40 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 13 Sep 2011 20:52:55 +0000 (22:52 +0200)
commitfec1494dcbaf6fa7d32c033796dcc8bd9c5bcd03
tree14b5b6960e0385765830d429eae9ef968d08cd2e
parentb1b6d346b5cafa545515d37d6f722946a1dc87cf
Used the AVCodecContext given to AVCodecContext::get_buffer() and not the global one.

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