summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2012-08-30 08:35:20 +0000
committerphintuka <phintuka>2012-08-30 08:35:20 +0000
commitca8f52c4c1e1945a7b7d0c8363bb2c229c033656 (patch)
treefe0e26e936bf40fa93300f72bf0b39d63da0bbd4
parentac7362f318f47dec58c9b8004c30b799cb7732aa (diff)
downloadxineliboutput-ca8f52c4c1e1945a7b7d0c8363bb2c229c033656.tar.gz
xineliboutput-ca8f52c4c1e1945a7b7d0c8363bb2c229c033656.tar.bz2
compress struct
-rw-r--r--xine/ts2es.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/xine/ts2es.c b/xine/ts2es.c
index 435c225f..f80b60b4 100644
--- a/xine/ts2es.c
+++ b/xine/ts2es.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: ts2es.c,v 1.17 2012-08-30 08:33:02 phintuka Exp $
+ * $Id: ts2es.c,v 1.18 2012-08-30 08:35:20 phintuka Exp $
*
*/
@@ -28,10 +28,10 @@ struct ts2es_s {
uint32_t xine_buf_type;
buf_element_t *buf;
- int first_pusi_seen;
- int video;
- int pes_error;
int pes_len; /* PES payload length left */
+ uint8_t first_pusi_seen;
+ uint8_t video;
+ uint8_t pes_error;
};