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
lavc: remove unused headers
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.10
Paul B Mahol
Michael Niedermayer
14 years ago
parent
71a2c9b265
commit
aff9cb8377
4 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/pamenc.c
+0
-1
libavcodec/png.c
+0
-1
libavcodec/pnmdec.c
+0
-1
libavcodec/pnmenc.c
+ 0
- 1
libavcodec/pamenc.c
View File
@@ -20,7 +20,6 @@
*/
#include "avcodec.h"
#include "bytestream.h"
#include "pnm.h"
+ 0
- 1
libavcodec/png.c
View File
@@ -19,7 +19,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avcodec.h"
#include "bytestream.h"
#include "png.h"
const uint8_t ff_pngsig[8] = {137, 80, 78, 71, 13, 10, 26, 10};
+ 0
- 1
libavcodec/pnmdec.c
View File
@@ -20,7 +20,6 @@
*/
#include "avcodec.h"
#include "bytestream.h"
#include "put_bits.h"
#include "pnm.h"
+ 0
- 1
libavcodec/pnmenc.c
View File
@@ -20,7 +20,6 @@
*/
#include "avcodec.h"
#include "bytestream.h"
#include "pnm.h"
Write
Preview
Loading…
Cancel
Save