diff options
author | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-07-19 15:37:44 +0000 |
---|---|---|
committer | Panagiotis Issaris <takis.issaris@uhasselt.be> | 2007-07-19 15:37:44 +0000 |
commit | 5632e568c041ee2d6db8d963280b433b3f0c0b80 (patch) | |
tree | 6462916ff4726dfdcff4ffcf2eeb964ffc3d1291 /libavformat | |
parent | 24fddf48e7da763610bfb148fb876eb50265847b (diff) | |
download | ffmpeg-5632e568c041ee2d6db8d963280b433b3f0c0b80.tar.gz |
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')
-rw-r--r-- | libavformat/x11grab.c | 2 |
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> |