diff options
author | Limin Wang <lance.lmwang@gmail.com> | 2020-06-02 00:14:45 +0800 |
---|---|---|
committer | Limin Wang <lance.lmwang@gmail.com> | 2020-06-19 23:12:49 +0800 |
commit | 548ef7a12b565dff5dc418b378ec158a5566a127 (patch) | |
tree | d17d9b17d6f03722d754c0bdcb75e542b67e0dfc /libavfilter/vf_delogo.c | |
parent | 04172d233de58cbb5a2dab6839696628a97c7b52 (diff) | |
download | ffmpeg-548ef7a12b565dff5dc418b378ec158a5566a127.tar.gz |
avfilter: add D2TS, TS2D, TS2T as a common macro in internal.h
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'libavfilter/vf_delogo.c')
-rw-r--r-- | libavfilter/vf_delogo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_delogo.c b/libavfilter/vf_delogo.c index e55673d5ad..6069c30163 100644 --- a/libavfilter/vf_delogo.c +++ b/libavfilter/vf_delogo.c @@ -55,7 +55,6 @@ enum var_name { VAR_T, VAR_VARS_NB }; -#define TS2T(ts, tb) ((ts) == AV_NOPTS_VALUE ? NAN : (double)(ts) * av_q2d(tb)) static int set_expr(AVExpr **pexpr, const char *expr, const char *option, void *log_ctx) { |