[vlc-devel] commit: Fix type ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue Dec 9 19:35:22 CET 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Tue Dec 9 20:34:24 2008 +0200| [e8aae2f7719bb730fcdc9b0c8cc3c921c5f9feaa] | committer: Rémi Denis-Courmont
Fix type
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e8aae2f7719bb730fcdc9b0c8cc3c921c5f9feaa
---
modules/stream_out/transcode.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/stream_out/transcode.c b/modules/stream_out/transcode.c
index 0f4bffd..1156e5a 100644
--- a/modules/stream_out/transcode.c
+++ b/modules/stream_out/transcode.c
@@ -667,7 +667,7 @@ static void Close( vlc_object_t * p_this )
struct sout_stream_id_t
{
- vlc_fourcc_t b_transcode;
+ bool b_transcode;
/* id of the out stream */
void *id;
More information about the vlc-devel
mailing list