OSDN Git Service

pthread_frame: fix uninitialized variable read
authorwm4 <nfxjfg@googlemail.com>
Mon, 27 Mar 2017 11:06:56 +0000 (13:06 +0200)
committerwm4 <nfxjfg@googlemail.com>
Mon, 27 Mar 2017 11:21:20 +0000 (13:21 +0200)
commitd7896e9b4228e5b7ffc7ef0d0f1cf145f518c819
tree110cc653c5154f5f550cb0cd5207d87c6c123d13
parent9e703ae30f911d4df3f80647266e65d3b2dcf30d
pthread_frame: fix uninitialized variable read

Could lead to random behavior. This possibly happened due to commit
32a5b631267. This should/could probably be simplified, but for no apply
a minimal fix to quell the errors.

Tested-by: Michael Niedermayer <michael@niedermayer.cc>
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/pthread_frame.c