[FFmpeg-cvslog] lavf/rtspcodes: add missing header include
James Almer
git at videolan.org
Thu Apr 10 22:15:52 CEST 2014
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Apr 9 20:53:39 2014 -0300| [09c16542085aa9f227264ffc443fb07558128b20] | committer: Michael Niedermayer
lavf/rtspcodes: add missing header include
Fixes make checkheaders
Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09c16542085aa9f227264ffc443fb07558128b20
---
libavformat/rtspcodes.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libavformat/rtspcodes.h b/libavformat/rtspcodes.h
index 76e2e66..d4f762b 100644
--- a/libavformat/rtspcodes.h
+++ b/libavformat/rtspcodes.h
@@ -24,6 +24,8 @@
#ifndef AVFORMAT_RTSPCODES_H
#define AVFORMAT_RTSPCODES_H
+#include "libavutil/common.h"
+
/** RTSP handling */
enum RTSPStatusCode {
RTSP_STATUS_CONTINUE =100,
More information about the ffmpeg-cvslog
mailing list