Index: source/libvpx/vpx/vpx_decoder.h |
=================================================================== |
--- source/libvpx/vpx/vpx_decoder.h (revision 290053) |
+++ source/libvpx/vpx/vpx_decoder.h (working copy) |
@@ -122,10 +122,6 @@ |
* is not thread safe and should be guarded with a lock if being used |
* in a multithreaded context. |
* |
- * In XMA mode (activated by setting VPX_CODEC_USE_XMA in the flags |
- * parameter), the storage pointed to by the cfg parameter must be |
- * kept readable and stable until all memory maps have been set. |
- * |
* \param[in] ctx Pointer to this instance's context. |
* \param[in] iface Pointer to the algorithm interface to use. |
* \param[in] cfg Configuration to use, if known. May be NULL. |