lavfi/ass: add dar option

Allow to specify the display aspect ratio adopted for rendering
subtitles.
This commit is contained in:
Stefano Sabatini
2012-03-19 19:28:56 +01:00
parent c9399538b7
commit 8e0d3c0369
3 changed files with 55 additions and 3 deletions

View File

@ -30,7 +30,7 @@
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR 65
#define LIBAVFILTER_VERSION_MICRO 101
#define LIBAVFILTER_VERSION_MICRO 102
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
LIBAVFILTER_VERSION_MINOR, \