Change packet_size from signed to unsigned, since it never has a negative
commit04911d6316a0b986555d5fe3c260771c3b2e3066
authorrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 22 Jun 2009 16:52:02 +0000 (22 16:52 +0000)
committerrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 22 Jun 2009 16:52:02 +0000 (22 16:52 +0000)
treeb5ec1735a4295ac3877aa3125ac7edbfae972d5b
parenta3f7c864fd0fd9e02b3fc2bdc9e892e18613753e
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19250 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavformat/avformat.h