Commit 09c16542 authored by James Almer's avatar James Almer Committed by Michael Niedermayer

lavf/rtspcodes: add missing header include

Fixes make checkheaders
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a4662cd6
......@@ -24,6 +24,8 @@
#ifndef AVFORMAT_RTSPCODES_H
#define AVFORMAT_RTSPCODES_H
#include "libavutil/common.h"
/** RTSP handling */
enum RTSPStatusCode {
RTSP_STATUS_CONTINUE =100,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment