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;
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to