You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experimenting with a custom build of this library where I only want the decoder and not the encoder. But I would also like to be able to use the WelsGetCodecVersion method. Would it be possible to move those methods to a file in the common folder because this method is not specific for the encoder? An alternative would be to use codec_ver.h but I would prefer to use the WelsGetCodecVersion api instead.
The text was updated successfully, but these errors were encountered:
I am experimenting with a custom build of this library where I only want the decoder and not the encoder. But I would also like to be able to use the WelsGetCodecVersion method. Would it be possible to move those methods to a file in the common folder because this method is not specific for the encoder? An alternative would be to use
codec_ver.h
but I would prefer to use theWelsGetCodecVersion
api instead.The text was updated successfully, but these errors were encountered: