diff options
author | Ganesh Ajjanagadde <gajjanagadde@gmail.com> | 2015-08-20 22:12:40 -0400 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-08-21 15:47:54 +0200 |
commit | 92b1a0fa9e7b67c2d549498274e1f2902178fa12 (patch) | |
tree | a99ae705b8d412314772874b5556c07223b01991 /libavcodec/h264.c | |
parent | 5edf8b118d9f1e00389b7a8fc9f43bc873698399 (diff) | |
download | ffmpeg-92b1a0fa9e7b67c2d549498274e1f2902178fa12.tar.gz |
ffserver: cast PID to int64_t before printing
Unfortunately, there is no portable format specifier for PID's.
Furthermore, it is not safe to assume pid_t <= 32 bit in size,
see e.g http://unix.derkeiler.com/Mailing-Lists/AIX-L/2010-08/msg00008.html.
Right now, it is ok to assume pid_t <= 32 bit in size, but this may change in the future.
Also, this patch fixes warning due to lack of an appropriate cast from
http://fate.ffmpeg.org/report.cgi?time=20150820233505&slot=x86-opensolaris-gcc4.3.
Note that this method of handling pid_t is in line with what nginx does.
Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/h264.c')
0 files changed, 0 insertions, 0 deletions