Mercurial > libavformat.hg
changeset 5104:4c39baa3dfbf libavformat
Use globally consistent include guard names.
author | stefano |
---|---|
date | Sun, 19 Jul 2009 09:38:58 +0000 |
parents | ccb7812599f4 |
children | ce86dfc507ec |
files | rtsp.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/rtsp.h Wed Jul 15 10:00:16 2009 +0000 +++ b/rtsp.h Sun Jul 19 09:38:58 2009 +0000 @@ -18,8 +18,8 @@ * License along with FFmpeg; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef FFMPEG_RTSP_H -#define FFMPEG_RTSP_H +#ifndef AVFORMAT_RTSP_H +#define AVFORMAT_RTSP_H #include <stdint.h> #include "avformat.h" @@ -306,4 +306,4 @@ int rtsp_pause(AVFormatContext *s); int rtsp_resume(AVFormatContext *s); -#endif /* FFMPEG_RTSP_H */ +#endif /* AVFORMAT_RTSP_H */