]> git.sesse.net Git - vlc/blobdiff - include/video.h
* Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying :
[vlc] / include / video.h
index e90a0d9ecd48ad7ca86eb7093e154b788c1b0961..2e5e50a15954e5c1c4eec9f212339069c4a12b85 100644 (file)
@@ -4,7 +4,7 @@
  * includes all common video types and constants.
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: video.h,v 1.31 2001/07/18 14:21:00 massiot Exp $
+ * $Id: video.h,v 1.32 2001/08/22 17:21:45 massiot Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *
  *  "mtime.h"
  *****************************************************************************/
 
-/*****************************************************************************
- * yuv_data_t: type for storing one Y, U or V sample.
- *****************************************************************************/
-typedef u8 yuv_data_t;
-
 /*****************************************************************************
  * picture_t: video picture
  *****************************************************************************