This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
move FLAC_STREAMINFO_SIZE to flac.h
Originally committed as revision 16766 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Justin Ruggles
17 years ago
parent
d38b88213e
commit
ce7e82144f
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/flac.h
+0
-1
libavcodec/flacdec.c
+ 2
- 0
libavcodec/flac.h
View File
@@ -29,6 +29,8 @@
#include "avcodec.h"
#define FLAC_STREAMINFO_SIZE 34
enum {
FLAC_METADATA_TYPE_STREAMINFO = 0,
FLAC_METADATA_TYPE_PADDING,
+ 0
- 1
libavcodec/flacdec.c
View File
@@ -47,7 +47,6 @@
#define MAX_CHANNELS 8
#define MAX_BLOCKSIZE 65535
#define FLAC_STREAMINFO_SIZE 34
enum decorrelation_type {
INDEPENDENT,
Write
Preview
Loading…
Cancel
Save