[vlc-devel] commit: Init es_format_t->i_profile to -1 (not filled) ( Rafaël Carré )
git version control
git at videolan.org
Sat Jan 23 16:44:58 CET 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Fri Jan 22 14:31:13 2010 +0100| [ecbc3c783997833347e18ce88ae2912891e95250] | committer: Rafaël Carré
Init es_format_t->i_profile to -1 (not filled)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ecbc3c783997833347e18ce88ae2912891e95250
---
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;
More information about the vlc-devel
mailing list