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
Drop unnecessary golomb.h #includes
tags/n3.2
Diego Biurrun
9 years ago
parent
197ae68e78
commit
4f81f8dba7
5 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
libavcodec/ffv1.c
+0
-1
libavcodec/h264_cabac.c
+0
-1
libavcodec/h264_picture.c
+0
-1
libavcodec/hevc_filter.c
+0
-1
libavcodec/on2avc.c
+ 0
- 1
libavcodec/ffv1.c
View File
@@ -30,7 +30,6 @@
#include "avcodec.h"
#include "put_bits.h"
#include "rangecoder.h"
#include "golomb.h"
#include "mathops.h"
#include "ffv1.h"
+ 0
- 1
libavcodec/h264_cabac.c
View File
@@ -38,7 +38,6 @@
#include "h264.h"
#include "h264data.h"
#include "h264_mvpred.h"
#include "golomb.h"
#include "mpegutils.h"
#if ARCH_X86
+ 0
- 1
libavcodec/h264_picture.c
View File
@@ -37,7 +37,6 @@
#include "h264data.h"
#include "h264chroma.h"
#include "h264_mvpred.h"
#include "golomb.h"
#include "mathops.h"
#include "mpegutils.h"
#include "rectangle.h"
+ 0
- 1
libavcodec/hevc_filter.c
View File
@@ -26,7 +26,6 @@
#include "libavutil/internal.h"
#include "cabac_functions.h"
#include "golomb.h"
#include "hevc.h"
#define LUMA 0
+ 0
- 1
libavcodec/on2avc.c
View File
@@ -26,7 +26,6 @@
#include "bytestream.h"
#include "fft.h"
#include "get_bits.h"
#include "golomb.h"
#include "internal.h"
#include "on2avcdata.h"
Write
Preview
Loading…
Cancel
Save