Originally committed as revision 20717 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -73,7 +73,7 @@ enum RTMPPacketSize {
|
| 73 | 73 |
* structure for holding RTMP packets |
| 74 | 74 |
*/ |
| 75 | 75 |
typedef struct RTMPPacket {
|
| 76 |
- uint8_t channel_id; ///< RTMP channel ID (nothing to do with audio/video channels though) |
|
| 76 |
+ int channel_id; ///< RTMP channel ID (nothing to do with audio/video channels though) |
|
| 77 | 77 |
RTMPPacketType type; ///< packet payload type |
| 78 | 78 |
uint32_t timestamp; ///< packet full timestamp |
| 79 | 79 |
uint32_t ts_delta; ///< timestamp increment to the previous one in milliseconds (latter only for media packets) |