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
examples/encoding.c: remove unnecessary includes
Simplify.
tags/n0.9
Stefano Sabatini
14 years ago
parent
2e5a9e580c
commit
c762f9fa2d
1 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
doc/examples/encoding.c
+ 0
- 8
doc/examples/encoding.c
View File
@@ -27,14 +27,6 @@
* format handling
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifdef HAVE_AV_CONFIG_H
#undef HAVE_AV_CONFIG_H
#endif
#include "libavcodec/avcodec.h"
#include "libavutil/mathematics.h"
Write
Preview
Loading…
Cancel
Save