-
- Downloads
Make ff_parse_expr() and ff_parse_and_eval_expr() return an int
containing an error code. Allow these functions to convey the reason of the failure to the calling function, failure which is not always due to a parsing error but it may depend for example on a memory problem. Also fix several potential memleaks. Originally committed as revision 23402 to svn://svn.ffmpeg.org/ffmpeg/trunk
Showing
- libavcodec/avcodec.h 1 addition, 1 deletionlibavcodec/avcodec.h
- libavcodec/eval.c 136 additions, 65 deletionslibavcodec/eval.c
- libavcodec/eval.h 12 additions, 5 deletionslibavcodec/eval.h
- libavcodec/opt.c 3 additions, 3 deletionslibavcodec/opt.c
- libavcodec/ratecontrol.c 4 additions, 4 deletionslibavcodec/ratecontrol.c
Loading
Please register or sign in to comment