[svn-commits] file: branch group/media_formats r407179 - /team/group/media_formats/include/...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Feb 3 07:10:08 CST 2014
Author: file
Date: Mon Feb 3 07:10:01 2014
New Revision: 407179
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=407179
Log:
Remove nolock flag. Call me crazy but I'm going to try this...
Modified:
team/group/media_formats/include/asterisk/format_cap_ng.h
Modified: team/group/media_formats/include/asterisk/format_cap_ng.h
URL: http://svnview.digium.com/svn/asterisk/team/group/media_formats/include/asterisk/format_cap_ng.h?view=diff&rev=407179&r1=407178&r2=407179
==============================================================================
--- team/group/media_formats/include/asterisk/format_cap_ng.h (original)
+++ team/group/media_formats/include/asterisk/format_cap_ng.h Mon Feb 3 07:10:01 2014
@@ -33,10 +33,9 @@
enum ast_format_cap_flags {
/*!
- * The ast_format_cap will be allocated with no lock.
- * Useful if there is a separate lock used to protect the structure
+ * Default format capabilities settings
*/
- AST_FORMAT_CAP_FLAG_NOLOCK = (1 << 0),
+ AST_FORMAT_CAP_FLAG_DEFAULT = 0,
};
/*!
More information about the svn-commits
mailing list