pthread: set the frame properties from the thread context, not user.
authorAnton Khirnov <anton@khirnov.net>
Thu, 24 Jan 2013 10:45:27 +0000 (11:45 +0100)
committerAnton Khirnov <anton@khirnov.net>
Thu, 24 Jan 2013 10:45:27 +0000 (11:45 +0100)
commita4c9260e6914aa82274d1582e1e4ce94ce5194ed
tree8a899229c5b7ef2da2875d91ea41e756653e0ee0
parent1076ea8115ada59d9c779d67209f0548cc03b604
pthread: set the frame properties from the thread context, not user.

Right now, the frame properties are set from the user-facing
AVCodecContext before it is updated from the thread context, which is
wrong since they may be invalid or obsolete.
libavcodec/pthread.c