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
43992985
Commit
43992985
authored
Mar 21, 2016
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testprogs: Clean up #includes
parent
3dfbf32b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
5 deletions
+15
-5
timefilter.c
libavdevice/timefilter.c
+1
-1
rtmpdh.c
libavformat/rtmpdh.c
+9
-1
rtmpdh.h
libavformat/rtmpdh.h
+2
-1
des.c
libavutil/des.c
+3
-1
lls.c
libavutil/lls.c
+0
-1
No files found.
libavdevice/timefilter.c
View file @
43992985
...
...
@@ -24,7 +24,7 @@
#include "libavutil/common.h"
#include "libavutil/mem.h"
#include "config.h"
#include "timefilter.h"
struct
TimeFilter
{
...
...
libavformat/rtmpdh.c
View file @
43992985
...
...
@@ -26,10 +26,18 @@
* RTMP Diffie-Hellmann utilities
*/
#include <stdint.h>
#include <string.h>
#include "config.h"
#include "rtmpdh.h"
#include "libavutil/attributes.h"
#include "libavutil/error.h"
#include "libavutil/mem.h"
#include "libavutil/random_seed.h"
#include "rtmpdh.h"
#define P1024 \
"FFFFFFFFFFFFFFFFC90FDAA22168C234C4C6628B80DC1CD1" \
"29024E088A67CC74020BBEA63B139B22514A08798E3404DD" \
...
...
libavformat/rtmpdh.h
View file @
43992985
...
...
@@ -22,7 +22,8 @@
#ifndef AVFORMAT_RTMPDH_H
#define AVFORMAT_RTMPDH_H
#include "avformat.h"
#include <stdint.h>
#include "config.h"
#if CONFIG_GMP || CONFIG_GCRYPT
...
...
libavutil/des.c
View file @
43992985
...
...
@@ -18,7 +18,9 @@
* License along with Libav; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <inttypes.h>
#include <stdint.h>
#include "avutil.h"
#include "common.h"
#include "intreadwrite.h"
...
...
libavutil/lls.c
View file @
43992985
...
...
@@ -29,7 +29,6 @@
#include <string.h>
#include "attributes.h"
#include "config.h"
#include "internal.h"
#include "version.h"
#include "lls.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