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
lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R* though
Originally committed as revision 20724 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Baptiste Coudurier
15 years ago
parent
f38e450746
commit
bdcc13f2bf
2 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
libavcodec/lzw.h
+1
-1
libavcodec/tiff.c
+ 0
- 2
libavcodec/lzw.h
View File
@@ -30,8 +30,6 @@
#ifndef AVCODEC_LZW_H
#define AVCODEC_LZW_H
#include "get_bits.h"
struct PutBitContext;
enum FF_LZW_MODES{
+ 1
- 1
libavcodec/tiff.c
View File
@@ -32,7 +32,7 @@
#include "tiff.h"
#include "faxcompr.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
typedef struct TiffContext {
AVCodecContext *avctx;
Write
Preview
Loading…
Cancel
Save