]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtmpproto.c
intmath.h: Remove duplicated ARM include.
[ffmpeg] / libavformat / rtmpproto.c
index 3814da8c54aa060597dec8ddbf02aba3d92bd81c..3cde966b1f92400fd7f350ae4f6f1bcd22f8ad3d 100644 (file)
@@ -372,7 +372,7 @@ static int gen_connect(URLContext *s, RTMPContext *rt)
         char *param = rt->conn;
 
         // Write arbitrary AMF data to the Connect message.
-        while (param != NULL) {
+        while (param) {
             char *sep;
             param += strspn(param, " ");
             if (!*param)