Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
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
opencv
Commits
37f47c9f
Commit
37f47c9f
authored
Aug 06, 2010
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stdint.h -> msc_stdint.h
parent
bc4532bd
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
dxva2.h
3rdparty/include/ffmpeg_/libavcodec/dxva2.h
+1
-1
vaapi.h
3rdparty/include/ffmpeg_/libavcodec/vaapi.h
+1
-1
avio.h
3rdparty/include/ffmpeg_/libavformat/avio.h
+1
-1
adler32.h
3rdparty/include/ffmpeg_/libavutil/adler32.h
+1
-1
base64.h
3rdparty/include/ffmpeg_/libavutil/base64.h
+1
-1
crc.h
3rdparty/include/ffmpeg_/libavutil/crc.h
+1
-1
fifo.h
3rdparty/include/ffmpeg_/libavutil/fifo.h
+1
-1
intfloat_readwrite.h
3rdparty/include/ffmpeg_/libavutil/intfloat_readwrite.h
+1
-1
lzo.h
3rdparty/include/ffmpeg_/libavutil/lzo.h
+1
-1
mathematics.h
3rdparty/include/ffmpeg_/libavutil/mathematics.h
+1
-1
md5.h
3rdparty/include/ffmpeg_/libavutil/md5.h
+1
-1
rational.h
3rdparty/include/ffmpeg_/libavutil/rational.h
+1
-1
sha1.h
3rdparty/include/ffmpeg_/libavutil/sha1.h
+1
-1
No files found.
3rdparty/include/ffmpeg_/libavcodec/dxva2.h
View file @
37f47c9f
...
...
@@ -23,7 +23,7 @@
#ifndef AVCODEC_DXVA_H
#define AVCODEC_DXVA_H
#include <stdint.h>
#include <
msc_
stdint.h>
#include <dxva2api.h>
...
...
3rdparty/include/ffmpeg_/libavcodec/vaapi.h
View file @
37f47c9f
...
...
@@ -24,7 +24,7 @@
#ifndef AVCODEC_VAAPI_H
#define AVCODEC_VAAPI_H
#include <stdint.h>
#include <
msc_
stdint.h>
/**
* \defgroup VAAPI_Decoding VA API Decoding
...
...
3rdparty/include/ffmpeg_/libavformat/avio.h
View file @
37f47c9f
...
...
@@ -28,7 +28,7 @@
* header, so it should not be directly included in your projects.
*/
#include <stdint.h>
#include <
msc_
stdint.h>
#include "libavutil/common.h"
...
...
3rdparty/include/ffmpeg_/libavutil/adler32.h
View file @
37f47c9f
...
...
@@ -21,7 +21,7 @@
#ifndef AVUTIL_ADLER32_H
#define AVUTIL_ADLER32_H
#include <stdint.h>
#include <
msc_
stdint.h>
#include "attributes.h"
unsigned
long
av_adler32_update
(
unsigned
long
adler
,
const
uint8_t
*
buf
,
...
...
3rdparty/include/ffmpeg_/libavutil/base64.h
View file @
37f47c9f
...
...
@@ -21,7 +21,7 @@
#ifndef AVUTIL_BASE64_H
#define AVUTIL_BASE64_H
#include <stdint.h>
#include <
msc_
stdint.h>
/**
* Decodes the base64-encoded string in in and puts the decoded
...
...
3rdparty/include/ffmpeg_/libavutil/crc.h
View file @
37f47c9f
...
...
@@ -21,7 +21,7 @@
#ifndef AVUTIL_CRC_H
#define AVUTIL_CRC_H
#include <stdint.h>
#include <
msc_
stdint.h>
#include <stddef.h>
#include "attributes.h"
...
...
3rdparty/include/ffmpeg_/libavutil/fifo.h
View file @
37f47c9f
...
...
@@ -24,7 +24,7 @@
#ifndef AVUTIL_FIFO_H
#define AVUTIL_FIFO_H
#include <stdint.h>
#include <
msc_
stdint.h>
typedef
struct
AVFifoBuffer
{
uint8_t
*
buffer
;
...
...
3rdparty/include/ffmpeg_/libavutil/intfloat_readwrite.h
View file @
37f47c9f
...
...
@@ -21,7 +21,7 @@
#ifndef AVUTIL_INTFLOAT_READWRITE_H
#define AVUTIL_INTFLOAT_READWRITE_H
#include <stdint.h>
#include <
msc_
stdint.h>
#include "attributes.h"
/* IEEE 80 bits extended float */
...
...
3rdparty/include/ffmpeg_/libavutil/lzo.h
View file @
37f47c9f
...
...
@@ -22,7 +22,7 @@
#ifndef AVUTIL_LZO_H
#define AVUTIL_LZO_H
#include <stdint.h>
#include <
msc_
stdint.h>
/** \defgroup errflags Error flags returned by av_lzo1x_decode
* \{ */
...
...
3rdparty/include/ffmpeg_/libavutil/mathematics.h
View file @
37f47c9f
...
...
@@ -21,7 +21,7 @@
#ifndef AVUTIL_MATHEMATICS_H
#define AVUTIL_MATHEMATICS_H
#include <stdint.h>
#include <
msc_
stdint.h>
#include <math.h>
#include "attributes.h"
#include "rational.h"
...
...
3rdparty/include/ffmpeg_/libavutil/md5.h
View file @
37f47c9f
...
...
@@ -21,7 +21,7 @@
#ifndef AVUTIL_MD5_H
#define AVUTIL_MD5_H
#include <stdint.h>
#include <
msc_
stdint.h>
extern
const
int
av_md5_size
;
...
...
3rdparty/include/ffmpeg_/libavutil/rational.h
View file @
37f47c9f
...
...
@@ -28,7 +28,7 @@
#ifndef AVUTIL_RATIONAL_H
#define AVUTIL_RATIONAL_H
#include <stdint.h>
#include <
msc_
stdint.h>
#include "attributes.h"
/**
...
...
3rdparty/include/ffmpeg_/libavutil/sha1.h
View file @
37f47c9f
...
...
@@ -21,7 +21,7 @@
#ifndef AVUTIL_SHA1_H
#define AVUTIL_SHA1_H
#include <stdint.h>
#include <
msc_
stdint.h>
extern
const
int
av_sha1_size
;
...
...
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