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
112249de
Commit
112249de
authored
Mar 05, 2008
by
Baptiste Coudurier
Browse files
set block align for mace3/6
Originally committed as revision 12328 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
28da7981
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
libavformat/aiff.c
libavformat/aiff.c
+4
-0
No files found.
libavformat/aiff.c
View file @
112249de
...
...
@@ -131,7 +131,11 @@ static unsigned int get_aiff_header(ByteIOContext *pb, AVCodecContext *codec,
codec
->
frame_size
=
64
;
break
;
case
CODEC_ID_MACE3
:
codec
->
block_align
=
2
*
codec
->
channels
;
codec
->
frame_size
=
6
;
break
;
case
CODEC_ID_MACE6
:
codec
->
block_align
=
1
*
codec
->
channels
;
codec
->
frame_size
=
6
;
break
;
default:
...
...
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