[SCM] libav/experimental: Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:04:08 UTC 2013


The following commit has been merged in the experimental branch:
commit 5632e568c041ee2d6db8d963280b433b3f0c0b80
Author: Panagiotis Issaris <takis.issaris at uhasselt.be>
Date:   Thu Jul 19 15:37:44 2007 +0000

    Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
    
    Originally committed as revision 9762 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/x11grab.c b/libavformat/x11grab.c
index 5b0d3a3..61c1435 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>

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list