Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
3607ed70
Commit
3607ed70
authored
Nov 04, 2011
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove leftover includes of strings.h
Signed-off-by:
Martin Storsjö
<
martin@martin.st
>
parent
de8d1940
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
7 deletions
+0
-7
bktr.c
libavdevice/bktr.c
+0
-1
dv1394.c
libavdevice/dv1394.c
+0
-1
v4l.c
libavdevice/v4l.c
+0
-1
os_support.c
libavformat/os_support.c
+0
-1
rtpdec_latm.c
libavformat/rtpdec_latm.c
+0
-1
wtv.c
libavformat/wtv.c
+0
-1
dict.c
libavutil/dict.c
+0
-1
No files found.
libavdevice/bktr.c
View file @
3607ed70
...
...
@@ -47,7 +47,6 @@
#include <sys/time.h>
#include <signal.h>
#include <stdint.h>
#include <strings.h>
typedef
struct
{
AVClass
*
class
;
...
...
libavdevice/dv1394.c
View file @
3607ed70
...
...
@@ -28,7 +28,6 @@
#include <sys/mman.h>
#include <sys/time.h>
#include <time.h>
#include <strings.h>
#include "libavutil/log.h"
#include "libavutil/opt.h"
...
...
libavdevice/v4l.c
View file @
3607ed70
...
...
@@ -39,7 +39,6 @@
#define _LINUX_TIME_H 1
#include <linux/videodev.h>
#include <time.h>
#include <strings.h>
typedef
struct
{
AVClass
*
class
;
...
...
libavformat/os_support.c
View file @
3607ed70
...
...
@@ -71,7 +71,6 @@ int ff_win32_open(const char *filename_utf8, int oflag, int pmode)
#if !HAVE_INET_ATON
#include <stdlib.h>
#include <strings.h>
int
ff_inet_aton
(
const
char
*
str
,
struct
in_addr
*
add
)
{
...
...
libavformat/rtpdec_latm.c
View file @
3607ed70
...
...
@@ -23,7 +23,6 @@
#include "internal.h"
#include "libavutil/avstring.h"
#include "libavcodec/get_bits.h"
#include <strings.h>
struct
PayloadContext
{
AVIOContext
*
dyn_buf
;
...
...
libavformat/wtv.c
View file @
3607ed70
...
...
@@ -33,7 +33,6 @@
#include "riff.h"
#include "asf.h"
#include "mpegts.h"
#include <strings.h>
/* Macros for formating GUIDs */
#define PRI_GUID \
...
...
libavutil/dict.c
View file @
3607ed70
...
...
@@ -18,7 +18,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include <strings.h>
#include "avstring.h"
#include "dict.h"
#include "internal.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