[Libva] [PATCH 2/2] test/encode: remove dead code

2015-09-16 Thread U. Artie Eoff
Remove commented code and their functions that are no longer executed. This erradicates some compiler warnings for unused functions. Signed-off-by: U. Artie Eoff --- test/encode/h264encode.c | 171 --- 1 file changed, 171

Re: [Libva] [PATCH 2/2] test/encode: remove dead code

2015-09-16 Thread Zhao Yakui
On 09/17/2015 12:12 AM, U. Artie Eoff wrote: Remove commented code and their functions that are no longer executed. This erradicates some compiler warnings for unused functions. The commented code will be used if the H264encoding test case works in another mode(That is to say: The H264 slice

Re: [Libva] [PATCH 2/2] test/encode: remove dead code

2015-09-16 Thread Kelley, Sean V
On Thu, 2015-09-17 at 08:42 +0800, Zhao Yakui wrote: On 09/17/2015 12:12 AM, U. Artie Eoff wrote: > Remove commented code and their functions that are no > longer executed. This erradicates some compiler warnings > for unused functions. The commented code will be used if the H264encoding test