diff options
author | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-13 12:46:14 +0000 |
---|---|---|
committer | atmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-04-13 12:46:14 +0000 |
commit | c8d1cf65eba566e8d2065e0b80a8e0b41056a3c0 (patch) | |
tree | d50ec9840e38c17ad10163d38f89850f7ca7b900 | |
parent | 94ea5b35bb658c12a528a951ddeafa26c37af1d7 (diff) |
Added aspect considerations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5592 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/tech/osd.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/tech/osd.txt b/DOCS/tech/osd.txt index d865dd95a7..e13959944f 100644 --- a/DOCS/tech/osd.txt +++ b/DOCS/tech/osd.txt @@ -21,6 +21,9 @@ requirements: - way to disable alphablending, and use black outline (FAST_OSD now) +- respect movie and monitor aspect, so osd is rendered/scaled correctly + eg. for svcd/anamorphic dvd with hardware scaling (now OSD is squashed) + - develop some text-based apps: osdterm, osdzilla etc ;) Ok. The basic idea of my design is using 'osd objects', a data structure |