diff options
author | Uoti Urpala <uoti.urpala@pp1.inet.fi> | 2008-02-03 17:54:30 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-02-03 17:54:30 +0000 |
commit | 4bdd3b76fee430d64ad2df343b47d0d0ea33c85b (patch) | |
tree | cb3dff7e94f24b4abf546bffd6849513cee6978a /libavformat/riff.c | |
parent | b313e8159c90db8cf60f9771e85186cf46074e8f (diff) | |
download | ffmpeg-4bdd3b76fee430d64ad2df343b47d0d0ea33c85b.tar.gz |
mpegvideo.h has two function declarations with the 'inline' specifier
but no definition for those functions. The C standard requires a
definition to appear in the same translation unit for any function
declared with 'inline'. Most of the files including mpegvideo.h do not
define those functions. Fix this by removing the 'inline' specifiers
from the header.
patch by Uoti Urpala
Originally committed as revision 11830 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/riff.c')
0 files changed, 0 insertions, 0 deletions