Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Issaris <takis.issaris@uhasselt.be>2007-07-19 19:37:44 +0400
committerPanagiotis Issaris <takis.issaris@uhasselt.be>2007-07-19 19:37:44 +0400
commit5632e568c041ee2d6db8d963280b433b3f0c0b80 (patch)
tree6462916ff4726dfdcff4ffcf2eeb964ffc3d1291 /libavformat/x11grab.c
parent24fddf48e7da763610bfb148fb876eb50265847b (diff)
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
Originally committed as revision 9762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/x11grab.c')
-rw-r--r--libavformat/x11grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/x11grab.c b/libavformat/x11grab.c
index 5b0d3a3463..61c14355aa 100644
--- a/libavformat/x11grab.c
+++ b/libavformat/x11grab.c
@@ -79,7 +79,7 @@ typedef struct x11_grab_s
* @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>