streamline cdma_pusher/command_classes

This commit is contained in:
ameerj 2020-11-23 15:01:40 -05:00 committed by ameerj
parent be6c487b4e
commit e97cd00753
5 changed files with 34 additions and 85 deletions

View file

@ -23,7 +23,7 @@ public:
~Nvdec();
/// Writes the method into the state, Invoke Execute() if encountered
void ProcessMethod(Method method, const std::vector<u32>& arguments);
void ProcessMethod(Method method, u32 argument);
/// Return most recently decoded frame
[[nodiscard]] AVFramePtr GetFrame();