From ca8f52c4c1e1945a7b7d0c8363bb2c229c033656 Mon Sep 17 00:00:00 2001 From: phintuka Date: Thu, 30 Aug 2012 08:35:20 +0000 Subject: compress struct --- xine/ts2es.c | 8 ++++---- 1 file 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; }; -- cgit v1.2.3