diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-09-27 17:22:25 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-10-05 18:58:25 +0200 |
commit | 688696790cc69b81d92f9c1a3e753399cdfb1508 (patch) | |
tree | bfbeb994c2065e223b2080977abedc2d7d8062e3 /libavfilter/vidstabutils.h | |
parent | e54b9bb8a20888f7b9bc00c1dbc6319e60bc7169 (diff) | |
download | ffmpeg-688696790cc69b81d92f9c1a3e753399cdfb1508.tar.gz |
avfilter/vf_vidstab(detect|transform): Deduplicate pixel formats
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter/vidstabutils.h')
-rw-r--r-- | libavfilter/vidstabutils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/vidstabutils.h b/libavfilter/vidstabutils.h index c6d6cedb72..17e1668be6 100644 --- a/libavfilter/vidstabutils.h +++ b/libavfilter/vidstabutils.h @@ -25,6 +25,8 @@ #include "avfilter.h" +extern const enum AVPixelFormat ff_vidstab_pix_fmts[]; + /* Conversion routines between libav* and vid.stab */ /** |