]> git.sesse.net Git - ffmpeg/commit
rtsp: Use AVERROR() with errno.h error codes for error returns
authorMartin Storsjö <martin@martin.st>
Wed, 11 Dec 2019 12:13:21 +0000 (14:13 +0200)
committerMartin Storsjö <martin@martin.st>
Thu, 12 Dec 2019 09:28:31 +0000 (11:28 +0200)
commit29f8d4e9477ccab7d52eef4f15c00b56286d7551
tree0a38ee0f24fcb8ed926d24781db965038eae58dc
parente9bb1410e475426d9012ec7846820a991e3848a4
rtsp: Use AVERROR() with errno.h error codes for error returns

This particular function is only required to return nonzero on
errors, but use the common AVERROR() pattern for consistency.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtsp.c