summaryrefslogtreecommitdiff
path: root/plugins/liboggedit/oggedit_internal.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-14 11:41:48 +0200
committerGravatar Alexey Yakovenko <waker@users.sourceforge.net>2014-06-14 11:41:48 +0200
commit8cb015ad395d13043a7a63a0294550dc4bb3afd8 (patch)
tree8fec5211547b4b08849eaa71bbfab056fc008693 /plugins/liboggedit/oggedit_internal.h
parent055ca014541453a3a2e07db6902b16f9406bf530 (diff)
parentcaf400178adbcaaace2a258354b7310067726a04 (diff)
Merge pull request #13 from Lithopsian/flac
Flac/oggflac bitrate calculation improvements
Diffstat (limited to 'plugins/liboggedit/oggedit_internal.h')
-rw-r--r--plugins/liboggedit/oggedit_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/liboggedit/oggedit_internal.h b/plugins/liboggedit/oggedit_internal.h
index a52b2ae4..d050ac72 100644
--- a/plugins/liboggedit/oggedit_internal.h
+++ b/plugins/liboggedit/oggedit_internal.h
@@ -53,7 +53,7 @@ void cleanup(DB_FILE *in, FILE *out, ogg_sync_state *oy, void *buffer);
int copy_up_to_codec(DB_FILE *in, FILE *out, ogg_sync_state *oy, ogg_page *og, const off_t start_offset, const off_t link_offset, const char *codec);
int copy_up_to_header(DB_FILE *in, FILE *out, ogg_sync_state *oy, ogg_page *og, const int codec_serial);
long flush_stream(FILE *out, ogg_stream_state *os);
-char *codec_names(DB_FILE *in, ogg_sync_state *oy, const off_t link_offset, int *res);
+char *codec_names(DB_FILE *in, ogg_sync_state *oy, const off_t link_offset);
off_t codec_stream_size(DB_FILE *in, ogg_sync_state *oy, const off_t start_offset, const off_t end_offset, const char *codec);
char *parse_vendor(const ogg_packet *op, const size_t magic_length);
int init_read_stream(DB_FILE *in, ogg_sync_state *oy, ogg_stream_state *os, ogg_page *og, const off_t offset, const char *codec);