在 2020/4/8 21:49, Biswapriyo Nath 写道:
> ...
> 
> 
> 

> +  enum eAVEncVP9VProfile {
> +    eAVEncVP9VProfile_unknown = 0,
> +    eAVEncVP9VProfile_420_8 = 1,
> +    eAVEncVP9VProfile_420_10 = 2,
> +    eAVEncVP9VProfile_420_12 = 3,
-----------------------------------^
Probably this trailing comma should be removed?



> +  enum eAVEncAudioDualMono {
> +    eAVEncAudioDualMono_SameAsInput = 0,
> +    eAVEncAudioDualMono_Off = 1,
> +    eAVEncAudioDualMono_On = 2
> +  }; 
-------^
There is a trailing space character, which should be removed as well.





-- 
Best regards,
LH_Mouse

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to