Skip to content
Snippets Groups Projects
Commit 76d908b3 authored by Martin Storsjö's avatar Martin Storsjö
Browse files

Include lavu headers using quotes instead of angle brackets

Originally committed as revision 24315 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2b18c451
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "network.h" #include "network.h"
#include "rtsp.h" #include "rtsp.h"
#include "internal.h" #include "internal.h"
#include <libavutil/intreadwrite.h> #include "libavutil/intreadwrite.h"
static int rtsp_write_record(AVFormatContext *s) static int rtsp_write_record(AVFormatContext *s)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment