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 unnecessary put_bits/get_bits includes.
Originally committed as revision 19052 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Reimar Döffinger
16 years ago
parent
2bee59083d
commit
6065dcea37
2 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/lcldec.c
+0
-1
libavcodec/lclenc.c
+ 0
- 1
libavcodec/lcldec.c
View File
@@ -42,7 +42,6 @@
#include <stdlib.h>
#include "avcodec.h"
#include "get_bits.h"
#include "bytestream.h"
#include "lcl.h"
+ 0
- 1
libavcodec/lclenc.c
View File
@@ -42,7 +42,6 @@
#include <stdlib.h>
#include "avcodec.h"
#include "put_bits.h"
#include "lcl.h"
#include <zlib.h>
Write
Preview
Loading…
Cancel
Save