changeset 5408:6f86cffa86aa libavformat

Add another known RTMP channel ID to enum. From patch by Sergiy (mail = piratfm, gmail)
author kostya
date Wed, 02 Dec 2009 13:00:28 +0000
parents b7ef0aa415d0
children 6b3395dd156a
files rtmppkt.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rtmppkt.h	Wed Dec 02 12:55:10 2009 +0000
+++ b/rtmppkt.h	Wed Dec 02 13:00:28 2009 +0000
@@ -34,6 +34,7 @@
 enum RTMPChannel {
     RTMP_NETWORK_CHANNEL = 2,   ///< channel for network-related messages (bandwidth report, ping, etc)
     RTMP_SYSTEM_CHANNEL,        ///< channel for sending server control messages
+    RTMP_SOURCE_CHANNEL,        ///< channel for sending a/v to server
     RTMP_VIDEO_CHANNEL = 8,     ///< channel for video data
     RTMP_AUDIO_CHANNEL,         ///< channel for audio data
 };