mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-08 19:07:09 +00:00
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
Originally committed as revision 9762 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
24fddf48e7
commit
5632e568c0
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user