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
get_bits: remove unnecessary #includes
Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.10
Mans Rullgard
13 years ago
parent
ac08f798bb
commit
adb28c49bd
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/get_bits.h
+ 0
- 3
libavcodec/get_bits.h
View File
@@ -27,9 +27,6 @@
#define AVCODEC_GET_BITS_H
#include <stdint.h>
#include <stdlib.h>
#include <assert.h>
#include "libavutil/bswap.h"
#include "libavutil/common.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/log.h"
Write
Preview
Loading…
Cancel
Save