Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
4f81f8db
Commit
4f81f8db
authored
Jun 07, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop unnecessary golomb.h #includes
parent
197ae68e
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
0 additions
and
5 deletions
+0
-5
ffv1.c
libavcodec/ffv1.c
+0
-1
h264_cabac.c
libavcodec/h264_cabac.c
+0
-1
h264_picture.c
libavcodec/h264_picture.c
+0
-1
hevc_filter.c
libavcodec/hevc_filter.c
+0
-1
on2avc.c
libavcodec/on2avc.c
+0
-1
No files found.
libavcodec/ffv1.c
View file @
4f81f8db
...
...
@@ -30,7 +30,6 @@
#include "avcodec.h"
#include "put_bits.h"
#include "rangecoder.h"
#include "golomb.h"
#include "mathops.h"
#include "ffv1.h"
...
...
libavcodec/h264_cabac.c
View file @
4f81f8db
...
...
@@ -38,7 +38,6 @@
#include "h264.h"
#include "h264data.h"
#include "h264_mvpred.h"
#include "golomb.h"
#include "mpegutils.h"
#if ARCH_X86
...
...
libavcodec/h264_picture.c
View file @
4f81f8db
...
...
@@ -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"
...
...
libavcodec/hevc_filter.c
View file @
4f81f8db
...
...
@@ -26,7 +26,6 @@
#include "libavutil/internal.h"
#include "cabac_functions.h"
#include "golomb.h"
#include "hevc.h"
#define LUMA 0
...
...
libavcodec/on2avc.c
View file @
4f81f8db
...
...
@@ -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
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment