[NUT-devel] [nut]: r252 - trunk/libnut/muxer.c

ods15 subversion at mplayerhq.hu
Sat Nov 18 20:33:11 CET 2006


Author: ods15
Date: Sat Nov 18 20:33:11 2006
New Revision: 252

Modified:
   trunk/libnut/muxer.c

Log:
remove some more old comments


Modified: trunk/libnut/muxer.c
==============================================================================
--- trunk/libnut/muxer.c	(original)
+++ trunk/libnut/muxer.c	Sat Nov 18 20:33:11 2006
@@ -189,7 +189,7 @@
 	output_buffer_t * tmp = clear_buffer(nut->tmp_buffer);
 	stream_context_t * sc = &nut->sc[id];
 
-	put_v(tmp, id); // ### is stream_id staying in spec
+	put_v(tmp, id);
 	put_v(tmp, sc->sh.type);
 	put_vb(tmp, sc->sh.fourcc_len, sc->sh.fourcc);
 	put_v(tmp, sc->timebase_id);
@@ -205,12 +205,12 @@
 			put_v(tmp, sc->sh.height);
 			put_v(tmp, sc->sh.sample_width);
 			put_v(tmp, sc->sh.sample_height);
-			put_v(tmp, sc->sh.colorspace_type); // TODO understand this
+			put_v(tmp, sc->sh.colorspace_type);
 			break;
 		case NUT_AUDIO_CLASS:
 			put_v(tmp, sc->sh.samplerate_nom);
 			put_v(tmp, sc->sh.samplerate_denom);
-			put_v(tmp, sc->sh.channel_count); // ### is channel count staying in spec
+			put_v(tmp, sc->sh.channel_count);
 			break;
 	}
 



More information about the NUT-devel mailing list