Add missing return statement to out-of-memory condition. Fixes the warning:
authorDiego Biurrun <diego@biurrun.de>
Thu, 30 Apr 2009 10:21:22 +0000 (10:21 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 30 Apr 2009 10:21:22 +0000 (10:21 +0000)
commitf0a75e66b94c671f62357bdadf64d857f92f8f42
tree316ec6488eb87d40381cfbe4fb2099dc9b6a1253
parent4c27207c12a5b07f54114885feb14d7ccf05a82d
Add missing return statement to out-of-memory condition. Fixes the warning:
libavcodec/motionpixels.c:302: warning: statement with no effect

Originally committed as revision 18718 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/motionpixels.c