This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove the inclusion of unneeded headers
Originally committed as revision 21152 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Luca Abeni
16 years ago
parent
7c8af53f87
commit
4bf0faaafe
1 changed files
with
0 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
libavformat/rtp.c
+ 0
- 4
libavformat/rtp.c
View File
@@ -19,12 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#include "libavcodec/get_bits.h"
#include "avformat.h"
#include "avformat.h"
#include <unistd.h>
#include "network.h"
#include "rtp.h"
#include "rtp.h"
//#define DEBUG
//#define DEBUG
Write
Preview
Loading…
Cancel
Save