Re: [Mesa-dev] [PATCH] xvmc: Replace frame_started by picture_structure

2011-09-04 Thread Christian König
Am Samstag, den 03.09.2011, 18:07 +0200 schrieb Maarten Lankhorst: > You're right, that check is messed up, the ( should be moved up a line. > Thanks for catching that. :) I fixed the check and pushed it upstream. Thanks, Christian. ___ mesa-dev mailin

Re: [Mesa-dev] [PATCH] xvmc: Replace frame_started by picture_structure

2011-09-03 Thread Maarten Lankhorst
On 09/03/2011 10:44 AM, Christian König wrote: > Looks good, I'm going to push it, but one small thing: > > Am Freitag, den 02.09.2011, 16:20 +0200 schrieb Maarten Lankhorst: >> The preferred solution to keeping track of the picture structure >> has been putting it in the state tracker, so use pict

Re: [Mesa-dev] [PATCH] xvmc: Replace frame_started by picture_structure

2011-09-03 Thread Christian König
Looks good, I'm going to push it, but one small thing: Am Freitag, den 02.09.2011, 16:20 +0200 schrieb Maarten Lankhorst: > The preferred solution to keeping track of the picture structure > has been putting it in the state tracker, so use picture_structure > instead of frame_started to check if a

[Mesa-dev] [PATCH] xvmc: Replace frame_started by picture_structure

2011-09-02 Thread Maarten Lankhorst
The preferred solution to keeping track of the picture structure has been putting it in the state tracker, so use picture_structure instead of frame_started to check if a frame needs to begin. If picture_structure has been changed, end the frame and start again. Signed-off-by: Maarten Lankhorst