Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
c0a898e1
Commit
c0a898e1
authored
May 26, 2008
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include assert.h where assert() is used
parent
cf2f0f1e
Changes
24
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
47 additions
and
0 deletions
+47
-0
modules/access/dvdread.c
modules/access/dvdread.c
+2
-0
modules/access/http.c
modules/access/http.c
+2
-0
modules/audio_output/pulse.c
modules/audio_output/pulse.c
+2
-0
modules/codec/cc.c
modules/codec/cc.c
+2
-0
modules/codec/cmml/xtag.c
modules/codec/cmml/xtag.c
+2
-0
modules/control/dbus.c
modules/control/dbus.c
+2
-0
modules/control/http/http.c
modules/control/http/http.c
+2
-0
modules/control/http/mvar.c
modules/control/http/mvar.c
+2
-0
modules/demux/smf.c
modules/demux/smf.c
+2
-0
modules/demux/ty.c
modules/demux/ty.c
+2
-0
modules/gui/ncurses.c
modules/gui/ncurses.c
+2
-0
modules/gui/skins2/unzip/unzip.c
modules/gui/skins2/unzip/unzip.c
+1
-0
modules/meta_engine/musicbrainz.c
modules/meta_engine/musicbrainz.c
+2
-0
modules/misc/freetype.c
modules/misc/freetype.c
+2
-0
modules/misc/gnutls.c
modules/misc/gnutls.c
+2
-0
modules/misc/playlist/m3u.c
modules/misc/playlist/m3u.c
+2
-0
modules/misc/playlist/xspf.c
modules/misc/playlist/xspf.c
+2
-0
modules/misc/xml/xtag.c
modules/misc/xml/xtag.c
+2
-0
modules/packetizer/mpeg4audio.c
modules/packetizer/mpeg4audio.c
+2
-0
modules/stream_out/description.c
modules/stream_out/description.c
+2
-0
modules/stream_out/rtcp.c
modules/stream_out/rtcp.c
+2
-0
modules/stream_out/rtp.c
modules/stream_out/rtp.c
+2
-0
modules/stream_out/transcode.c
modules/stream_out/transcode.c
+2
-0
src/config/cmdline.c
src/config/cmdline.c
+2
-0
No files found.
modules/access/dvdread.c
View file @
c0a898e1
...
...
@@ -56,6 +56,8 @@
#include <dvdread/nav_read.h>
#include <dvdread/nav_print.h>
#include <assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
modules/access/http.c
View file @
c0a898e1
...
...
@@ -50,6 +50,8 @@
# include <zlib.h>
#endif
#include <assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
modules/audio_output/pulse.c
View file @
c0a898e1
...
...
@@ -34,6 +34,8 @@
#include <pulse/pulseaudio.h>
#include <assert.h>
/*****************************************************************************
* aout_sys_t: Pulseaudio output method descriptor
*****************************************************************************
...
...
modules/codec/cc.c
View file @
c0a898e1
...
...
@@ -52,6 +52,8 @@
#include <errno.h>
#include <string.h>
#include <assert.h>
/*****************************************************************************
* Module descriptor.
*****************************************************************************/
...
...
modules/codec/cmml/xtag.c
View file @
c0a898e1
...
...
@@ -36,6 +36,8 @@
#include <xlist.h>
#include <assert.h>
#undef XTAG_DEBUG
#undef FALSE
...
...
modules/control/dbus.c
View file @
c0a898e1
...
...
@@ -57,6 +57,8 @@
#include <math.h>
#include <assert.h>
/*****************************************************************************
* Local prototypes.
*****************************************************************************/
...
...
modules/control/http/http.c
View file @
c0a898e1
...
...
@@ -29,6 +29,8 @@
#include "http.h"
#include <vlc_plugin.h>
#include <assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
modules/control/http/mvar.c
View file @
c0a898e1
...
...
@@ -29,6 +29,8 @@
#include "http.h"
#include <limits.h>
#include <assert.h>
/* Utility function for scandir */
static
int
Filter
(
const
char
*
foo
)
{
...
...
modules/demux/smf.c
View file @
c0a898e1
...
...
@@ -31,6 +31,8 @@
#include <vlc_charset.h>
#include <limits.h>
#include <assert.h>
#define TEMPO_MIN 20
#define TEMPO_MAX 250
/* Beats per minute */
...
...
modules/demux/ty.c
View file @
c0a898e1
...
...
@@ -47,6 +47,8 @@
#include "vlc_input.h"
#include "../codec/cc.h"
#include <assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
modules/gui/ncurses.c
View file @
c0a898e1
...
...
@@ -57,6 +57,8 @@
#include <vlc_playlist.h>
#include <vlc_meta.h>
#include <assert.h>
#ifdef HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
...
...
modules/gui/skins2/unzip/unzip.c
View file @
c0a898e1
...
...
@@ -49,6 +49,7 @@ woven in by Terry Thorsen 1/2003.
# include <errno.h>
#endif
#include <assert.h>
#ifndef local
# define local static
...
...
modules/meta_engine/musicbrainz.c
View file @
c0a898e1
...
...
@@ -38,6 +38,8 @@
#include "musicbrainz/mb_c.h"
#include <assert.h>
/*****************************************************************************
* Local prototypes
*****************************************************************************/
...
...
modules/misc/freetype.c
View file @
c0a898e1
...
...
@@ -73,6 +73,8 @@
#include <fontconfig/fontconfig.h>
#endif
#include <assert.h>
typedef
struct
line_desc_t
line_desc_t
;
/*****************************************************************************
...
...
modules/misc/gnutls.c
View file @
c0a898e1
...
...
@@ -65,6 +65,8 @@
#include "dhparams.h"
#include <assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
modules/misc/playlist/m3u.c
View file @
c0a898e1
...
...
@@ -37,6 +37,8 @@
#include <errno.h>
/* ENOMEM */
#include <assert.h>
/*****************************************************************************
* Local prototypes
*****************************************************************************/
...
...
modules/misc/playlist/xspf.c
View file @
c0a898e1
...
...
@@ -40,6 +40,8 @@
#include <vlc_charset.h>
#include "xspf.h"
#include <assert.h>
/**
* \brief Prints the XSPF header to file, writes each item by xspf_export_item()
* and closes the open xml elements
...
...
modules/misc/xml/xtag.c
View file @
c0a898e1
...
...
@@ -40,6 +40,8 @@
#include <ctype.h>
#include <stdarg.h>
#include <assert.h>
#undef XTAG_DEBUG
typedef
struct
_XList
...
...
modules/packetizer/mpeg4audio.c
View file @
c0a898e1
...
...
@@ -42,6 +42,8 @@
#include "vlc_block_helper.h"
#include <assert.h>
/* AAC Config in ES:
*
* AudioObjectType 5 bits
...
...
modules/stream_out/description.c
View file @
c0a898e1
...
...
@@ -35,6 +35,8 @@
#include <vlc_block.h>
#include <vlc_sout.h>
#include <assert.h>
/*****************************************************************************
* Exported prototypes
*****************************************************************************/
...
...
modules/stream_out/rtcp.c
View file @
c0a898e1
...
...
@@ -34,6 +34,8 @@
#include <vlc_sout.h>
#include "rtp.h"
#include <assert.h>
/*
* NOTE on RTCP implementation:
* - there is a single sender (us), no conferencing here! => n = sender = 1,
...
...
modules/stream_out/rtp.c
View file @
c0a898e1
...
...
@@ -61,6 +61,8 @@
#include <errno.h>
#include <assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
modules/stream_out/transcode.c
View file @
c0a898e1
...
...
@@ -45,6 +45,8 @@
#define MASTER_SYNC_MAX_DRIFT 100000
#include <assert.h>
/*****************************************************************************
* Module descriptor
*****************************************************************************/
...
...
src/config/cmdline.c
View file @
c0a898e1
...
...
@@ -40,6 +40,8 @@
#include "configuration.h"
#include "modules/modules.h"
#include <assert.h>
/*****************************************************************************
* config_LoadCmdLine: parse command line
*****************************************************************************
...
...
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