[rtmpdump] r482 - trunk/librtmp/rtmp.c

hyc subversion at mplayerhq.hu
Mon May 24 15:28:36 CEST 2010


Author: hyc
Date: Mon May 24 15:28:35 2010
New Revision: 482

Log:
Revert unintended commit

Modified:
   trunk/librtmp/rtmp.c

Modified: trunk/librtmp/rtmp.c
==============================================================================
--- trunk/librtmp/rtmp.c	Mon May 24 15:21:44 2010	(r481)
+++ trunk/librtmp/rtmp.c	Mon May 24 15:28:35 2010	(r482)
@@ -2550,13 +2550,11 @@ HandleMetadata(RTMP *r, char *body, unsi
 	  r->m_fDuration = prop.p_vu.p_number;
 	  /*RTMP_Log(RTMP_LOGDEBUG, "Set duration: %.2f", m_fDuration); */
 	}
-#if 0
       /* Search for audio or video tags */
       if (RTMP_FindPrefixProperty(&obj, &av_video, &prop))
         r->m_read.dataType |= 1;
       if (RTMP_FindPrefixProperty(&obj, &av_audio, &prop))
         r->m_read.dataType |= 4;
-#endif
       ret = true;
     }
   AMF_Reset(&obj);


More information about the rtmpdump mailing list