]> git.sesse.net Git - vlc/commit
Always link/unlink picture in ffmpeg_GetFrame/ReleaseBuf.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 19 Apr 2009 12:07:53 +0000 (14:07 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 19 Apr 2009 12:07:53 +0000 (14:07 +0200)
commitc825fbc4992aaecc1c96b165594ac07d12cbca9a
treec99b86542f05821ecea1bfd49f5732b9065cda66
parent67471ab7c6a3ac1006ff0812a619e163c03ebe2d
Always link/unlink picture in ffmpeg_GetFrame/ReleaseBuf.

It seems that the field AVFrame::reference may change between the 2 calls.
modules/codec/avcodec/video.c