[FFmpeg-devel] [PATCH] RTSP muxer, round 5

Ronald S. Bultje rsbultje
Mon Feb 22 22:22:52 CET 2010


Hi,

On Mon, Feb 22, 2010 at 4:01 PM, Martin Storsj? <martin at martin.st> wrote:
> Updated patch attached.

+    if (reply->status_code != RTSP_STATUS_OK) {
+        return -1;
+    }

I'd say remove the brackets here. With that, patch OK. Congratulations!

Ronald



More information about the ffmpeg-devel mailing list