[FFmpeg-soc] [soc]: r4751 - rtmp/rtmpproto.c
kostya
subversion at mplayerhq.hu
Wed Jul 22 07:51:29 CEST 2009
Author: kostya
Date: Wed Jul 22 07:51:29 2009
New Revision: 4751
Log:
cosmetics: reorder operators in condition
Modified:
rtmp/rtmpproto.c
Modified: rtmp/rtmpproto.c
==============================================================================
--- rtmp/rtmpproto.c Wed Jul 22 07:36:36 2009 (r4750)
+++ rtmp/rtmpproto.c Wed Jul 22 07:51:29 2009 (r4751)
@@ -454,8 +454,8 @@ static int get_packet(URLContext *s, int
ff_rtmp_packet_destroy(&rpkt);
continue;
}
- if (rpkt.type == RTMP_PT_VIDEO || rpkt.type == RTMP_PT_AUDIO
- || rpkt.type == RTMP_PT_NOTIFY) {
+ if (rpkt.type == RTMP_PT_VIDEO || rpkt.type == RTMP_PT_AUDIO ||
+ rpkt.type == RTMP_PT_NOTIFY) {
uint8_t *p;
uint32_t ts = rpkt.timestamp;
More information about the FFmpeg-soc
mailing list