[vlc-commits] packetizer: mlp: add comment
Francois Cartegnie
git at videolan.org
Tue Dec 13 19:59:40 CET 2016
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Dec 13 17:32:48 2016 +0100| [7de1680a1edac665058bdeb858a30cbe4058f047] | committer: Francois Cartegnie
packetizer: mlp: add comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7de1680a1edac665058bdeb858a30cbe4058f047
---
modules/packetizer/mlp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/packetizer/mlp.c b/modules/packetizer/mlp.c
index 6cfbf9b..0bfb0e6 100644
--- a/modules/packetizer/mlp.c
+++ b/modules/packetizer/mlp.c
@@ -489,7 +489,7 @@ static int Open( vlc_object_t *p_this )
p_sys->b_mlp = false;
p_sys->b_discontinuity = false;
- /* Set output properties */
+ /* Set output properties (Passthrough only) */
p_dec->fmt_out.i_cat = AUDIO_ES;
p_dec->fmt_out.i_codec = p_dec->fmt_in.i_codec;
p_dec->fmt_out.audio.i_rate = 0;
More information about the vlc-commits
mailing list