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 put_bits.h headers
Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.0
Paul B Mahol
12 years ago
parent
035a3792c2
commit
aa96439fae
4 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/adpcm.c
+0
-1
libavcodec/asvdec.c
+0
-1
libavcodec/dcadec.c
+0
-1
libavcodec/ffv1dec.c
+ 0
- 1
libavcodec/adpcm.c
View File
@@ -31,7 +31,6 @@
*/
#include "avcodec.h"
#include "get_bits.h"
#include "put_bits.h"
#include "bytestream.h"
#include "adpcm.h"
#include "adpcm_data.h"
+ 0
- 1
libavcodec/asvdec.c
View File
@@ -28,7 +28,6 @@
#include "asv.h"
#include "avcodec.h"
#include "put_bits.h"
#include "internal.h"
#include "mathops.h"
#include "mpeg12data.h"
+ 0
- 1
libavcodec/dcadec.c
View File
@@ -36,7 +36,6 @@
#include "avcodec.h"
#include "fft.h"
#include "get_bits.h"
#include "put_bits.h"
#include "dcadata.h"
#include "dcahuff.h"
#include "dca.h"
+ 0
- 1
libavcodec/ffv1dec.c
View File
@@ -34,7 +34,6 @@
#include "avcodec.h"
#include "internal.h"
#include "get_bits.h"
#include "put_bits.h"
#include "rangecoder.h"
#include "golomb.h"
#include "mathops.h"
Write
Preview
Loading…
Cancel
Save