Hi All,
I'm getting following error and not able run the sample decode application.
[vrapelly@localhost _build]$ ./simple_decode -hw test_stream.yuv t.jpg
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'iHD'
libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0
More input data expected. src/simple_decode.cpp 102
[vrapelly@localhost _build]$ uname -a
Linux localhost.localdomain 3.10.0-229.1.2.39163.MSSr4.el7.centos.x86_64 #1 SMP Wed Feb 17 12:51:22 IST 2016 x86_64 x86_64 x86_64 GNU/Linux
[vrapelly@localhost _build]$ cat /etc/*-release
CentOS Linux release 7.1.1503 (Core)
NAME="CentOS Linux"
Using following version of Media SDK: MediaServerStudioEssentials2015R6/mediasdk-tutorials-0.0.3
[vrapelly@localhost _build]$ ./simple_session
libva info: VA-API version 0.35.0
libva info: va_getDriverName() returns 0
libva info: User requested driver 'iHD'
libva info: Trying to open /opt/intel/mediasdk/lib64/iHD_drv_video.so
libva info: Found init function __vaDriverInit_0_32
libva info: va_openDriver() returns 0
Implementation: HARDWARE API Version: 1.16
[vrapelly@localhost _build]$
Please let me know, is there anything wrong in the execution part..