~ubuntu-branches/ubuntu/raring/libav/raring-security

« back to all changes in this revision

Viewing changes to libavutil/opt.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2011-09-28 09:18:34 UTC
  • mfrom: (1.3.7 sid)
  • Revision ID: package-import@ubuntu.com-20110928091834-w415mnuh06h4zpvc
Tags: 4:0.7.1-7ubuntu2
Revert "Convert package to include multiarch support."

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
 *              when 0 then no av_free() nor av_strdup() will be used
135
135
 * @return 0 if the value has been set, or an AVERROR code in case of
136
136
 * error:
137
 
 * AVERROR(ENOENT) if no matching option exists
 
137
 * AVERROR_OPTION_NOT_FOUND if no matching option exists
138
138
 * AVERROR(ERANGE) if the value is out of range
139
139
 * AVERROR(EINVAL) if the value is not valid
140
140
 */