Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
b9dadeba
Commit
b9dadeba
authored
Jul 13, 2003
by
sigmunau
Browse files
cleanup comments
parent
405a6bc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/util/id3.c
View file @
b9dadeba
...
...
@@ -2,7 +2,7 @@
* id3.c: simple id3 tag skipper
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: id3.c,v 1.
3
2003/0
2/20 01
:52:4
6
sigmunau Exp $
* $Id: id3.c,v 1.
4
2003/0
7/13 12
:52:4
0
sigmunau Exp $
*
* Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
*
...
...
@@ -37,8 +37,6 @@
*****************************************************************************/
static
int
SkipID3Tag
(
vlc_object_t
*
);
/* TODO: support MPEG-2.5, not difficult, but I need somes samples... */
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
@@ -48,18 +46,9 @@ vlc_module_begin();
set_callbacks
(
SkipID3Tag
,
NULL
);
vlc_module_end
();
/*****************************************************************************
* Definitions of structures and functions used by this plugins
*****************************************************************************/
/****************************************************************************
* ParseID3Tag : check if an ID3 header is present and parse and skip it
****************************************************************************
*
* Author : Sigmund Augdal
*
' ****************************************************************************/
* SkipID3Tag : check if an ID3 tag is present, and skip it if it is
****************************************************************************/
static
int
SkipID3Tag
(
vlc_object_t
*
p_this
)
{
input_thread_t
*
p_input
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment