]> git.sesse.net Git - ffmpeg/commit
rtpdec_xiph: fix function return type
authorMans Rullgard <mans@mansr.com>
Thu, 11 Oct 2012 20:59:12 +0000 (21:59 +0100)
committerMans Rullgard <mans@mansr.com>
Fri, 12 Oct 2012 21:21:10 +0000 (22:21 +0100)
commit0a7005bebd23ade7bb852bce0401af1a8fdbb723
tree92f99ac1470b9c18e4567557eafcc0775d682926
parent366484fff1720977b8591e3a90fbef9f4885e53c
rtpdec_xiph: fix function return type

parse_packed_headers() returns either zero or a negative error code
so its return type must be signed.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/rtpdec_xiph.c