summaryrefslogtreecommitdiff
path: root/libavformat/asf.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-01-22 16:37:45 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-01-22 16:37:45 +0000
commit4c71d7270104ce148faa2e44237450a9d303de96 (patch)
treebf1e4546fc042513014aa09ab9a444136eea6068 /libavformat/asf.h
parentae60a8578080a934592503a07dd1aa31b427f6e7 (diff)
check fragment offset and size
yes this too could have been exploitable ... Originally committed as revision 7650 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.h')
-rw-r--r--libavformat/asf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/asf.h b/libavformat/asf.h
index 0aabe793a7..457f92d199 100644
--- a/libavformat/asf.h
+++ b/libavformat/asf.h
@@ -106,8 +106,8 @@ typedef struct {
int packet_replic_size;
int packet_key_frame;
int packet_padsize;
- int packet_frag_offset;
- int packet_frag_size;
+ unsigned int packet_frag_offset;
+ unsigned int packet_frag_size;
int packet_frag_timestamp;
int packet_multi_size;
int packet_obj_size;