OSDN Git Service

avcodec/h264: allow mixing idr and non idr slices with frame threading again
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 27 Feb 2014 14:49:25 +0000 (15:49 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 27 Feb 2014 14:49:25 +0000 (15:49 +0100)
commit4f4cc43fd8514e0e3671c8c4d895dc4406437327
tree5a13a3f7cf5fc1a202579a06355cf9e37f239762
parent622d24e4ebde51dd1ef76c184d54cbceb42e9d22
avcodec/h264: allow mixing idr and non idr slices with frame threading again

This combination exists in the wild
Fixes Ticket3131

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/h264.c