Mercurial > libavformat.hg
changeset 2275:7192ab16a21a libavformat
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
author | takis |
---|---|
date | Thu, 19 Jul 2007 15:37:44 +0000 |
parents | b21c2af60bc9 |
children | 3c1e2d519277 |
files | x11grab.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/x11grab.c Thu Jul 19 15:23:32 2007 +0000 +++ b/x11grab.c Thu Jul 19 15:37:44 2007 +0000 @@ -79,7 +79,7 @@ * @param s1 Context from avformat core * @param ap Parameters from avformat core * @return <ul> - * <li>ENOMEM no memory left</li> + * <li>AVERROR(ENOMEM) no memory left</li> * <li>AVERROR(EIO) other failure case</li> * <li>0 success</li> * </ul>