Forgot to mark one function as static
Original commit message from CVS: Forgot to mark one function as static
This commit is contained in:
parent
bac7d40601
commit
396a5c8129
@ -475,9 +475,9 @@ gst_flacenc_write_callback (const FLAC__SeekableStreamEncoder *encoder,
|
|||||||
return FLAC__STREAM_ENCODER_OK;
|
return FLAC__STREAM_ENCODER_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
void add_one_tag (const GstTagList *list,
|
static void
|
||||||
const gchar *tag,
|
add_one_tag (const GstTagList *list, const gchar *tag,
|
||||||
gpointer user_data)
|
gpointer user_data)
|
||||||
{
|
{
|
||||||
GList *comments;
|
GList *comments;
|
||||||
GList *it;
|
GList *it;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user