diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-05 15:20:00 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-08-05 15:20:00 +0000 |
commit | 9f7659bd9c5d1b03b65433ed7aed3ea7cdc16c14 (patch) | |
tree | 5f390f58d30ed5aa79c2609ed1af5ccf2edcfe7a | |
parent | e904db2886c7598f3bcf14b4e98e85cd3b4d3188 (diff) | |
download | xine-lib-9f7659bd9c5d1b03b65433ed7aed3ea7cdc16c14.tar.gz xine-lib-9f7659bd9c5d1b03b65433ed7aed3ea7cdc16c14.tar.bz2 |
clarify comment
CVS patchset: 5252
CVS date: 2003/08/05 15:20:00
-rw-r--r-- | src/xine-engine/buffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/buffer.h b/src/xine-engine/buffer.h index 3976a5530..da2afa28f 100644 --- a/src/xine-engine/buffer.h +++ b/src/xine-engine/buffer.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer.h,v 1.119 2003/06/16 16:42:51 holstsn Exp $ + * $Id: buffer.h,v 1.120 2003/08/05 15:20:00 mroi Exp $ * * * contents: @@ -330,7 +330,7 @@ struct buf_element_s { /* * In a BUF_SPECIAL_ASPECT buffer: * decoder_info[1] = BUF_SPECIAL_ASPECT - * decoder_info[2] = aspect ratio code + * decoder_info[2] = MPEG2 aspect ratio code * decoder_info[3] = stream scale prohibitions * This buffer is used to force mpeg decoders to use a certain aspect. * Currently xine-dvdnav uses this, because it has more accurate information |