]> git.sesse.net Git - ffmpeg/commit
Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 13 Apr 2010 23:22:22 +0000 (23:22 +0000)
committerStefano Sabatini <stefano.sabatini-lala@poste.it>
Tue, 13 Apr 2010 23:22:22 +0000 (23:22 +0000)
commit22b7b23c17bfca1be19e3f9004209ed0b82ddb37
treedde0fa9c5b8c881ccaba32089dccc41eb2e03b8a
parente5d2bdec114b2a2d3b657682972798ee7b982bb0
Make avfilter_graph_add_filter() returns AVERROR(ENOMEM) in case of
failed reallocation, rather than just -1.

Originally committed as revision 22878 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavfilter/avfiltergraph.c