[vlc-devel] [PATCH 2/6] Init es_format_t->i_profile to -1 (not filled)
Rafaël Carré
rafael.carre at gmail.com
Fri Jan 22 15:25:22 CET 2010
---
src/misc/es_format.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/misc/es_format.c b/src/misc/es_format.c
index 6885c41..ab94ff9 100644
--- a/src/misc/es_format.c
+++ b/src/misc/es_format.c
@@ -241,6 +241,7 @@ void es_format_Init( es_format_t *fmt,
fmt->i_cat = i_cat;
fmt->i_codec = i_codec;
fmt->i_original_fourcc = 0;
+ fmt->i_profile = -1;
fmt->i_id = -1;
fmt->i_group = 0;
fmt->i_priority = 0;
--
1.6.3.3
More information about the vlc-devel
mailing list