comparison ipmovie.c @ 5057:c9bbf0a253a8 libavformat

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.
author rbultje
date Mon, 22 Jun 2009 16:52:02 +0000
parents 04f857454909
children 6c50f319725d
comparison
equal deleted inserted replaced
5056:f67fad61077e 5057:c9bbf0a253a8