[MPlayer-cvslog] r37805 - trunk/stream/asf_streaming.c
    reimar 
    subversion at mplayerhq.hu
       
    Fri Feb 26 19:17:06 CET 2016
    
    
  
Author: reimar
Date: Fri Feb 26 19:17:06 2016
New Revision: 37805
Log:
asf_streaming: comment out unused code.
It exists mostly to document a possible alternative
which may or may not work.
Modified:
   trunk/stream/asf_streaming.c
Modified: trunk/stream/asf_streaming.c
==============================================================================
--- trunk/stream/asf_streaming.c	Fri Feb 26 19:14:04 2016	(r37804)
+++ trunk/stream/asf_streaming.c	Fri Feb 26 19:17:06 2016	(r37805)
@@ -579,7 +579,7 @@ static HTTP_header_t *asf_http_request(s
 					if(stream_id == asf_http_ctrl->audio_id) {
 						enable = 0;
 					} else {
-						enable = 2;
+						//enable = 2;
 						continue;
 					}
 					asf_nb_stream++;
@@ -592,7 +592,7 @@ static HTTP_header_t *asf_http_request(s
 					if(stream_id == asf_http_ctrl->video_id) {
 						enable = 0;
 					} else {
-						enable = 2;
+						//enable = 2;
 						continue;
 					}
 					asf_nb_stream++;
    
    
More information about the MPlayer-cvslog
mailing list