Change packet_size from signed to unsigned, since it never has a negative
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 22 Jun 2009 16:52:02 +0000 (16:52 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Mon, 22 Jun 2009 16:52:02 +0000 (16:52 +0000)
commit92400be255cd23dd29999e533d3df4e0537a2d18
tree9b11e0d4a3ab37a84f654db3ab4960d30fb417ca
parente877eaacf3cf827e8a0736cb3e56cce90a7ba274
Change packet_size from signed to unsigned, since it never has a negative
value. Currently, this is only used in qcp.c and mpegenc.c, and they are
practically unaffected by this change.

See "[PATCH] make packet_size in AVFormatContext unsigned" thread on ML.

Originally committed as revision 19250 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/avformat.h