diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-03-30 07:53:50 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-04-08 11:54:24 +0200 |
commit | 5621d10b7a55f555a563dbc928d2a61891f4cd6b (patch) | |
tree | ee7d80553643f870c16490bb8e807be2df50586c /tests/ref/pixfmt | |
parent | 1761cc0cb0d3936565d8f406528db580e3b7eb2d (diff) | |
download | ffmpeg-5621d10b7a55f555a563dbc928d2a61891f4cd6b.tar.gz |
avcodec/tiff: Avoid forward declarations
In this case it also fixes a potential for compilation failures:
Not all compilers can handle the case in which a function with
a forward declaration declared with an attribute to always inline it
is called before the function body appears. E.g. GCC 4.2.1 on OS X 10.6
doesn't like it.
Reviewed-by: Pavel Koshevoy <pkoshevoy@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
(cherry picked from commit e5d6af7b35d97f5c1252ecf8bd61f3295909fb6c)
Diffstat (limited to 'tests/ref/pixfmt')
0 files changed, 0 insertions, 0 deletions