Re: [Mesa-dev] [PATCH 5/5] st/omx/dec/h265: fix the skip for before and after list

2016-09-29 Thread Leo Liu
On 09/27/2016 06:37 AM, Emil Velikov wrote: On 23 September 2016 at 17:32, Leo Liu wrote: Should not be skipped when rps->used false Please 'translate' "rps->used false" to English ? Will do. Also one might want to mention if the patch/es fix any known issue - bugzilla, fixes "jerky" pla

Re: [Mesa-dev] [PATCH 5/5] st/omx/dec/h265: fix the skip for before and after list

2016-09-27 Thread Emil Velikov
On 23 September 2016 at 17:32, Leo Liu wrote: > Should not be skipped when rps->used false > Please 'translate' "rps->used false" to English ? Also one might want to mention if the patch/es fix any known issue - bugzilla, fixes "jerky" playback, etc. Afaict 3-5 are bugfixes so please add a bit mo

[Mesa-dev] [PATCH 5/5] st/omx/dec/h265: fix the skip for before and after list

2016-09-23 Thread Leo Liu
Should not be skipped when rps->used false Signed-off-by: Leo Liu --- src/gallium/state_trackers/omx/vid_dec_h265.c | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gallium/state_trackers/omx/vid_dec_h265.c b/src/gallium/state_trackers/omx/vid_dec_h265.c index 9125