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
b39e01a6
Commit
b39e01a6
authored
Dec 13, 2011
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clenaup: #ifdec CONFIG*
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
0b4e5451
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
rv34_parser.c
libavcodec/rv34_parser.c
+2
-2
bit.c
libavformat/bit.c
+1
-1
No files found.
libavcodec/rv34_parser.c
View file @
b39e01a6
...
@@ -76,7 +76,7 @@ static int rv34_parse(AVCodecParserContext *s,
...
@@ -76,7 +76,7 @@ static int rv34_parse(AVCodecParserContext *s,
return
buf_size
;
return
buf_size
;
}
}
#if
def
CONFIG_RV30_PARSER
#if CONFIG_RV30_PARSER
AVCodecParser
ff_rv30_parser
=
{
AVCodecParser
ff_rv30_parser
=
{
.
codec_ids
=
{
CODEC_ID_RV30
},
.
codec_ids
=
{
CODEC_ID_RV30
},
.
priv_data_size
=
sizeof
(
RV34ParseContext
),
.
priv_data_size
=
sizeof
(
RV34ParseContext
),
...
@@ -84,7 +84,7 @@ AVCodecParser ff_rv30_parser = {
...
@@ -84,7 +84,7 @@ AVCodecParser ff_rv30_parser = {
};
};
#endif
#endif
#if
def
CONFIG_RV40_PARSER
#if CONFIG_RV40_PARSER
AVCodecParser
ff_rv40_parser
=
{
AVCodecParser
ff_rv40_parser
=
{
.
codec_ids
=
{
CODEC_ID_RV40
},
.
codec_ids
=
{
CODEC_ID_RV40
},
.
priv_data_size
=
sizeof
(
RV34ParseContext
),
.
priv_data_size
=
sizeof
(
RV34ParseContext
),
...
...
libavformat/bit.c
View file @
b39e01a6
...
@@ -113,7 +113,7 @@ AVInputFormat ff_bit_demuxer = {
...
@@ -113,7 +113,7 @@ AVInputFormat ff_bit_demuxer = {
.
extensions
=
"bit"
,
.
extensions
=
"bit"
,
};
};
#if
def
CONFIG_MUXERS
#if CONFIG_MUXERS
static
int
write_header
(
AVFormatContext
*
s
)
static
int
write_header
(
AVFormatContext
*
s
)
{
{
AVCodecContext
*
enc
=
s
->
streams
[
0
]
->
codec
;
AVCodecContext
*
enc
=
s
->
streams
[
0
]
->
codec
;
...
...
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