[vlc-commits] commit: Real demux: kill warnings (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Thu Aug 12 12:05:09 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug 12 11:54:28 2010 +0200| [04a5bdf3fb10b76f5c44df4816834fd1cbb60bfd] | committer: Jean-Baptiste Kempf
Real demux: kill warnings
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=04a5bdf3fb10b76f5c44df4816834fd1cbb60bfd
---
modules/demux/real.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/demux/real.c b/modules/demux/real.c
index 9a9cd02..720528d 100644
--- a/modules/demux/real.c
+++ b/modules/demux/real.c
@@ -86,10 +86,10 @@ typedef struct
es_out_id_t *p_es;
- int i_frame_size;
+ unsigned i_frame_size;
int i_frame_num;
- int i_frame_pos;
+ unsigned i_frame_pos;
int i_frame_slice;
int i_frame_slice_count;
block_t *p_frame;
More information about the vlc-commits
mailing list