mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/flac: Remove unnecessary FLACSTREAMINFO define
Possible since 38f5a266ee
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
500bbd584d
commit
6713554271
@ -69,14 +69,11 @@ enum FLACExtradataFormat {
|
||||
* Data needed from the Streaminfo header for use by the raw FLAC demuxer
|
||||
* and/or the FLAC decoder.
|
||||
*/
|
||||
#define FLACSTREAMINFO \
|
||||
FLACCOMMONINFO \
|
||||
int max_blocksize; /**< maximum block size, in samples */\
|
||||
int max_framesize; /**< maximum frame size, in bytes */\
|
||||
int64_t samples; /**< total number of samples */\
|
||||
|
||||
typedef struct FLACStreaminfo {
|
||||
FLACSTREAMINFO
|
||||
FLACCOMMONINFO
|
||||
int max_blocksize; /**< maximum block size, in samples */
|
||||
int max_framesize; /**< maximum frame size, in bytes */
|
||||
int64_t samples; /**< total number of samples */
|
||||
} FLACStreaminfo;
|
||||
|
||||
typedef struct FLACFrameInfo {
|
||||
|
Loading…
Reference in New Issue
Block a user