Commit 071146c9 authored by kostya's avatar kostya

Add another known RTMP channel ID to enum.

From patch by Sergiy (mail = piratfm, gmail)



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20703 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 21ba8e0c
...@@ -34,6 +34,7 @@ ...@@ -34,6 +34,7 @@
enum RTMPChannel { enum RTMPChannel {
RTMP_NETWORK_CHANNEL = 2, ///< channel for network-related messages (bandwidth report, ping, etc) RTMP_NETWORK_CHANNEL = 2, ///< channel for network-related messages (bandwidth report, ping, etc)
RTMP_SYSTEM_CHANNEL, ///< channel for sending server control messages 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_VIDEO_CHANNEL = 8, ///< channel for video data
RTMP_AUDIO_CHANNEL, ///< channel for audio data RTMP_AUDIO_CHANNEL, ///< channel for audio data
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment