[vlc-devel] Re: Id3 tag skiper
Sigmund Augdal
sigmunau at stud.ntnu.no
Wed Aug 6 10:48:53 CEST 2003
May I ask what kind of video file it was that had a id3 tag on it?
Anyway, making other demuxes use the id3 tag skipper should be quite easy,
just add something like
p_id3 = module_Need( p_input, "id3", NULL );
if ( p_id3 ) {
module_Unneed( p_input, p_id3 );
}
near the the top of the demuxer.
Sigmund
On Wed, Aug 06, 2003 at 09:29:07AM +0200, Igor Andruszkiewicz wrote:
> Hi
>
> Im using VLC to play my mp3s and videos but I have problem with
> skipping id3 tags in videos files. Id3 tag is skiping in mp3s OK. What
> should I do to skip id3 in videos as well.
>
> Best regards.
>
> Igor
>
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list