]> git.sesse.net Git - ffmpeg/commit
lavfi/sr: Change the backend type from flags to int
authorJun Zhao <barryjzhao@tencent.com>
Sat, 25 May 2019 11:59:42 +0000 (19:59 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Tue, 28 May 2019 01:13:36 +0000 (09:13 +0800)
commit9b069eb14e07d8faec32f2eef2d12e514290268f
tree097e29ee10317194712f1ee1ae1f51d916734f80
parentb983e71bde6c24195b4a65b7713af6dfa58d55e7
lavfi/sr: Change the backend type from flags to int

native and tensorflow is exclusive, so change the type from
flags to int.

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
libavfilter/vf_sr.c