Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coverity fails to parse the expanded value of va_deprecated and causes the scan to abort. This problem also affects downstream dependents of va.h that get scanned with coverity, too. This results in only partially-scanned code with the following coverity errors: "../../va/va.h", line 361: error #67: expected a "}" VAProfileH264Baseline va_deprecated_enum = 5, ^ To fix this, we don't need to define a value for va_deprecated or va_deprecated_enum during a coverity scan. Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com>
- Loading branch information