[vlc-devel] commit: AVI: use i_samplesize as an unsigned int (was an int) ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Aug 19 23:43:23 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 19 23:27:26 2009 +0200| [c13cd1a9dbb132039adfe5e27ca2fcff6f68d855] | committer: Jean-Baptiste Kempf
AVI: use i_samplesize as an unsigned int (was an int)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c13cd1a9dbb132039adfe5e27ca2fcff6f68d855
---
modules/demux/avi/avi.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/avi/avi.c b/modules/demux/avi/avi.c
index a473bf4..6f91eba 100644
--- a/modules/demux/avi/avi.c
+++ b/modules/demux/avi/avi.c
@@ -120,7 +120,7 @@ typedef struct
int i_rate;
int i_scale;
- int i_samplesize;
+ unsigned int i_samplesize;
es_out_id_t *p_es;
More information about the vlc-devel
mailing list