libs: utils: Add missing entries for string_of_VAEntrypoint.

This commit is contained in:
He Junyan 2019-07-17 11:56:45 +08:00 committed by Víctor Manuel Jáquez Leal
parent 0afc813123
commit 5939bf4d81

View file

@ -257,6 +257,11 @@ string_of_VAEntrypoint (VAEntrypoint entrypoint)
MAP (IDCT);
MAP (MoComp);
MAP (Deblocking);
MAP (EncSlice);
MAP (EncPicture);
MAP (EncSliceLP);
MAP (VideoProc);
MAP (FEI);
#undef MAP
default:
break;