diff options
author | Martin Storsjö <martin@martin.st> | 2012-08-08 21:14:38 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-08-09 00:25:11 +0300 |
commit | c864e461d25e8ad55cefa7f320a6cf17b2666725 (patch) | |
tree | f9ba39a1b40c12911279815780f2588a53280600 | |
parent | bfb82fcddfbebd6f9ae97165e3ccd86c5386be1b (diff) | |
download | ffmpeg-c864e461d25e8ad55cefa7f320a6cf17b2666725.tar.gz |
rtpdec: Remove an unused include
Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r-- | libavformat/rtpdec_h264.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c index acefce8bdc..d1483d497b 100644 --- a/libavformat/rtpdec_h264.c +++ b/libavformat/rtpdec_h264.c @@ -37,7 +37,6 @@ #include "libavutil/avstring.h" #include "libavcodec/get_bits.h" #include "avformat.h" -#include "mpegts.h" #include "network.h" #include <assert.h> |