Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
authorPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 19 Jul 2007 15:37:44 +0000 (15:37 +0000)
committerPanagiotis Issaris <takis.issaris@uhasselt.be>
Thu, 19 Jul 2007 15:37:44 +0000 (15:37 +0000)
Originally committed as revision 9762 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/x11grab.c

index 5b0d3a3463f85e36edcd27d9416aa5292dae1b52..61c14355aae6cabb75c807791fc54c571988f8f9 100644 (file)
@@ -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>