Otherwise the package made by 'make dist' fails to build with similar
errors below:
CC avcstreamoutdemo.o
avcstreamoutdemo.c:46:10: fatal error: avcstreamoutdemo.h: No such file
or directory
#include "avcstreamoutdemo.h"
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:456: recipe for target 'avcstreamoutdemo.o' failed
make[1]: *** [avcstreamoutdemo.o] Error 1
Signed-off-by: Haihao Xiang <haihao.xiang@intel.com>
1. SFC is for decode Scalar & Format Converter
2. Shows downscaling and ARGB conversion
3. Only shows one frame
Signed-off-by: kanghuaz <kanghua.zhu@intel.com>