OSDN Git Service

lavfi: add drawutils
authorStefano Sabatini <stefano.sabatini-lala@poste.it>
Sun, 20 Feb 2011 22:42:17 +0000 (22:42 +0000)
committerMans Rullgard <mans@mansr.com>
Mon, 21 Feb 2011 14:09:08 +0000 (14:09 +0000)
commit5ad06110e01bbfdb35eaa3691b54ca4af1ac2210
tree374c512507d8682dbae035417729fdc03dbb7dcc
parent08df7f866663f83ba42398cea9f3eeff4681ea9a
lavfi: add drawutils

Add drawutils.h and drawutils.c, and use them in the pad filter.
The new functions are going to be shared by other filters.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavfilter/Makefile
libavfilter/drawutils.c [new file with mode: 0644]
libavfilter/drawutils.h [new file with mode: 0644]
libavfilter/vf_pad.c