Commit 3492fec2 authored by takis's avatar takis

Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9762 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 25558f2d
...@@ -79,7 +79,7 @@ typedef struct x11_grab_s ...@@ -79,7 +79,7 @@ typedef struct x11_grab_s
* @param s1 Context from avformat core * @param s1 Context from avformat core
* @param ap Parameters from avformat core * @param ap Parameters from avformat core
* @return <ul> * @return <ul>
* <li>ENOMEM no memory left</li> * <li>AVERROR(ENOMEM) no memory left</li>
* <li>AVERROR(EIO) other failure case</li> * <li>AVERROR(EIO) other failure case</li>
* <li>0 success</li> * <li>0 success</li>
* </ul> * </ul>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment