search for: operations_shorthand_streaminfo

Displaying 4 results from an estimated 4 matches for "operations_shorthand_streaminfo".

2012 Feb 03
1
[PATCH] Include inttypes.h for PRIu64
--- examples/c/decode/file/main.c | 3 +++ examples/c/encode/file/main.c | 3 +++ src/metaflac/operations.c | 3 +++ src/metaflac/operations_shorthand_cuesheet.c | 3 +++ src/metaflac/operations_shorthand_streaminfo.c | 3 +++ src/share/grabbag/cuesheet.c | 3 +++ src/test_libFLAC/encoders.c | 3 +++ src/test_libFLAC/metadata_object.c | 3 +++ src/test_libs_common/metadata_utils.c | 3 +++ src/test_seeking/main.c |...
2007 Jul 14
2
PATCH : Fix missing protoypes
..."FLAC/stream_decoder.h" #include "FLAC/metadata.h" #include "share/grabbag.h" +#include "operations_shorthand.h" static FLAC__bool populate_seekpoint_values(const char *filename, FLAC__StreamMetadata *block, FLAC__bool *needs_write); --- src/metaflac/operations_shorthand_streaminfo.c 2007-07-14 08:45:49 +0000 +++ src/metaflac/operations_shorthand_streaminfo.c 2007-07-15 01:17:31 +0000 @@ -25,6 +25,7 @@ #include "FLAC/assert.h" #include "FLAC/metadata.h" #include <string.h> +#include "operations_shorthand.h" FLAC__bool do_shorthand_ope...
2012 Dec 04
0
[PATCH] Update FSF address.
...tions.h | 6 +-- src/metaflac/operations_shorthand.h | 6 +-- src/metaflac/operations_shorthand_cuesheet.c | 6 +-- src/metaflac/operations_shorthand_picture.c | 6 +-- src/metaflac/operations_shorthand_seektable.c | 6 +-- src/metaflac/operations_shorthand_streaminfo.c | 6 +-- src/metaflac/operations_shorthand_vorbiscomment.c | 6 +-- src/metaflac/options.c | 6 +-- src/metaflac/options.h | 6 +-- src/metaflac/usage.c | 12 +++--- src/metaflac/usage.h...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...nclude\string.h(125) : see declaration of 'strerror' 10> Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' 10>operations_shorthand_seektable.c 10>operations_shorthand_streaminfo.c 10>operations_shorthand_vorbiscomment.c 10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_vorbiscomment.c(202) : warning C4996: 'fopen' was declared deprecated 10> c:\program files\microsoft visual studio 8\vc\include\st...