Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
51f4155f
Commit
51f4155f
authored
Oct 08, 2008
by
Michael Niedermayer
Browse files
Make gcc 2.95 happy.
Originally committed as revision 15589 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
e150ef8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
libavformat/dv.c
libavformat/dv.c
+1
-1
No files found.
libavformat/dv.c
View file @
51f4155f
...
...
@@ -201,7 +201,7 @@ static int dv_extract_audio_info(DVDemuxContext* c, uint8_t* frame)
quant
=
as_pack
[
4
]
&
0x07
;
/* 0 - 16bit linear, 1 - 12bit nonlinear */
/* note: ach counts PAIRS of channels (i.e. stereo channels) */
ach
=
(
int
[
4
]){
1
,
0
,
2
,
4
}[
stype
];
ach
=
(
(
int
[
4
]){
1
,
0
,
2
,
4
}
)
[
stype
];
if
(
ach
==
1
&&
quant
&&
freq
==
2
)
ach
=
2
;
...
...
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