Removed None becouse it conflicted with the None defined in other

headers.
This commit is contained in:
irungentoo 2014-06-10 09:49:59 -04:00
parent b74922adb0
commit 890472886c
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -96,7 +96,6 @@ typedef enum {
* @brief Locally supported capabilities.
*/
typedef enum {
None,
AudioEncoding = 1 << 0,
AudioDecoding = 1 << 1,
VideoEncoding = 1 << 2,