[vlc-devel] commit: Typo ( Rémi Duraffort )

git version control git at videolan.org
Fri Oct 31 22:56:03 CET 2008


vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Fri Oct 31 22:55:33 2008 +0100| [5754275dff94623be34ec22bbf1792635ef2ea41] | committer: Rémi Duraffort 

Typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5754275dff94623be34ec22bbf1792635ef2ea41
---

 modules/demux/avformat/demux.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/avformat/demux.c b/modules/demux/avformat/demux.c
index 842e905..1841ce5 100644
--- a/modules/demux/avformat/demux.c
+++ b/modules/demux/avformat/demux.c
@@ -320,7 +320,7 @@ int OpenDemux( vlc_object_t *p_this )
              ( p_sys->ic->duration != (int64_t)AV_NOPTS_VALUE ) ?
              p_sys->ic->duration * 1000000 / AV_TIME_BASE : -1 );
 
-#if HAVE_FFMPEG_CHAPTERS
+#ifdef HAVE_FFMPEG_CHAPTERS
     p_sys->p_title = vlc_input_title_New();
     for( i = 0; i < p_sys->ic->nb_chapters; i++ )
     {




More information about the vlc-devel mailing list