diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-02-01 10:27:45 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-02-01 12:51:15 +0100 |
commit | 6c1a7d07eb41b4cf36e48ebb560fecd9504fd968 (patch) | |
tree | 7f07a49b57bb08c46375831f2e55b9b5a328342a /libavformat/rtp.c | |
parent | 4eef2ed707444fd1fac2bd25cefae912a179762f (diff) | |
download | ffmpeg-6c1a7d07eb41b4cf36e48ebb560fecd9504fd968.tar.gz |
Use proper "" quotes for local header #includes
Diffstat (limited to 'libavformat/rtp.c')
-rw-r--r-- | libavformat/rtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtp.c b/libavformat/rtp.c index e827c2e0ab..0a3c411f51 100644 --- a/libavformat/rtp.c +++ b/libavformat/rtp.c @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include <libavutil/opt.h> +#include "libavutil/opt.h" #include "avformat.h" #include "rtp.h" |