mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavf/rtspcodes: add missing header include
Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a4662cd6b1
commit
09c1654208
@ -24,6 +24,8 @@
|
||||
#ifndef AVFORMAT_RTSPCODES_H
|
||||
#define AVFORMAT_RTSPCODES_H
|
||||
|
||||
#include "libavutil/common.h"
|
||||
|
||||
/** RTSP handling */
|
||||
enum RTSPStatusCode {
|
||||
RTSP_STATUS_CONTINUE =100,
|
||||
|
Loading…
Reference in New Issue
Block a user