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
fee9cb8a
Commit
fee9cb8a
authored
Jun 26, 2003
by
Sam Hocevar
Browse files
* modules/demux/util/sub.c,
modules/demux/avi/avi.c: fixed inclusion of vlc_video.h. Thanks Cif.
parent
1fdde890
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/demux/avi/avi.c
View file @
fee9cb8a
...
...
@@ -2,7 +2,7 @@
* avi.c : AVI file Stream input module for vlc
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: avi.c,v 1.5
1
2003/06/2
4 22:53:25 fenrir
Exp $
* $Id: avi.c,v 1.5
2
2003/06/2
6 18:14:56 sam
Exp $
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -31,7 +31,7 @@
#include <vlc/vlc.h>
#include <vlc/input.h>
#include "video.h"
#include "
vlc_
video.h"
#include "libavi.h"
...
...
modules/demux/util/sub.c
View file @
fee9cb8a
...
...
@@ -2,7 +2,7 @@
* sub.c
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: sub.c,v 1.1
5
2003/0
5/13 22:33:33 gbazin
Exp $
* $Id: sub.c,v 1.1
6
2003/0
6/26 18:14:56 sam
Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -36,7 +36,7 @@
#if defined(USE_FREETYPE)
#include <osd.h>
#endif
#include "video.h"
#include "
vlc_
video.h"
#include "sub.h"
...
...
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