mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
Merge commit '4f81f8dba735c212efae077c4fec8ad4fe53b352'
* commit '4f81f8dba735c212efae077c4fec8ad4fe53b352': Drop unnecessary golomb.h #includes Merged-by: Clément Bœsch <clement@stupeflix.com>
This commit is contained in:
commit
bef74ef367
@ -36,7 +36,6 @@
|
||||
#include "avcodec.h"
|
||||
#include "internal.h"
|
||||
#include "rangecoder.h"
|
||||
#include "golomb.h"
|
||||
#include "mathops.h"
|
||||
#include "ffv1.h"
|
||||
|
||||
|
@ -40,7 +40,6 @@
|
||||
#include "h264.h"
|
||||
#include "h264data.h"
|
||||
#include "h264_mvpred.h"
|
||||
#include "golomb.h"
|
||||
#include "mpegutils.h"
|
||||
|
||||
#if ARCH_X86
|
||||
|
@ -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"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#include "libavutil/internal.h"
|
||||
|
||||
#include "cabac_functions.h"
|
||||
#include "golomb.h"
|
||||
#include "hevc.h"
|
||||
|
||||
#include "bit_depth_template.c"
|
||||
|
@ -27,7 +27,6 @@
|
||||
#include "bytestream.h"
|
||||
#include "fft.h"
|
||||
#include "get_bits.h"
|
||||
#include "golomb.h"
|
||||
#include "internal.h"
|
||||
|
||||
#include "on2avcdata.h"
|
||||
|
Loading…
Reference in New Issue
Block a user