]> git.sesse.net Git - ffmpeg/commit
avcodec/h264_slice: Disable slice threads if there are multiple access units in a...
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 31 Oct 2015 20:36:00 +0000 (21:36 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 31 Oct 2015 21:56:48 +0000 (22:56 +0100)
commit507b01f89969601f15555f7416804fb691632cbb
tree90c2bdabf5cfdc7215c443ac113c99fc3aefcdfd
parent58346f6a294b481351d5a671b0cda97635a78515
avcodec/h264_slice: Disable slice threads if there are multiple access units in a packet

Fixes null pointer dereference
Fixes Ticket4977

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/h264_slice.c