diff options
author | Clément Bœsch | 2015-02-08 12:32:54 +0100 |
---|---|---|
committer | Clément Bœsch | 2015-05-14 12:11:34 +0200 |
commit | 56bc0a6736cdc7edab837ff8f304661fd16de0e4 (patch) | |
tree | 78952fbedf49aa225755de2387b7bb0911948d28 /libavcodec/ass.h | |
parent | a2cd07d22a5e10b39f65f2cfcbab921244d32152 (diff) |
avcodec/ass: make default playback resolution available to decoders
Diffstat (limited to 'libavcodec/ass.h')
-rw-r--r-- | libavcodec/ass.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavcodec/ass.h b/libavcodec/ass.h index 77218bf76b..f3046efb79 100644 --- a/libavcodec/ass.h +++ b/libavcodec/ass.h @@ -25,6 +25,9 @@ #include "avcodec.h" #include "libavutil/bprint.h" +#define ASS_DEFAULT_PLAYRESX 384 +#define ASS_DEFAULT_PLAYRESY 288 + /** * @name Default values for ASS style * @{ |