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
b22e7601
Commit
b22e7601
authored
Mar 15, 2009
by
Rémi Denis-Courmont
Browse files
Memory leak
parent
db8219ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/avformat/demux.c
View file @
b22e7601
...
...
@@ -298,7 +298,7 @@ int OpenDemux( vlc_object_t *p_this )
msg_Warn
(
p_demux
,
"unsupported track type in ffmpeg demux"
);
break
;
}
fmt
.
psz_language
=
strdup
(
p_sys
->
ic
->
streams
[
i
]
->
language
)
;
fmt
.
psz_language
=
p_sys
->
ic
->
streams
[
i
]
->
language
;
#ifdef HAVE_FFMPEG_CODEC_ATTACHMENT
if
(
cc
->
codec_type
!=
CODEC_TYPE_ATTACHMENT
)
...
...
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