vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | 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; _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
