ffmpeg/libavformat
Martin Storsjö 271c869cc3 rtmp: Don't try to do av_malloc(0)
Some received packets can have size 0. The return value from
av_malloc(0) may be NULL, which is ok if the size was 0. On
OS X, however, the returned pointer is non-null but leads to
crashes when trying to free it.

Signed-off-by: Martin Storsjö <martin@martin.st>
2011-05-25 22:00:42 +03:00
..
2011-03-21 21:31:34 +01:00
2011-04-03 22:47:05 +02:00
2011-03-28 16:55:03 +02:00
2011-05-21 13:48:10 +02:00
2011-04-18 18:23:16 +02:00
2011-05-17 22:08:11 +02:00
2011-04-08 15:59:19 +02:00
2011-04-19 19:48:07 +02:00
2011-04-19 18:28:38 +02:00
2011-05-12 15:52:25 +02:00
2011-04-19 18:28:38 +02:00
2011-05-21 13:48:10 +02:00
2011-05-12 15:52:25 +02:00
2011-04-19 18:28:38 +02:00
2011-05-03 22:29:19 -04:00
2011-05-12 13:34:20 +02:00
2011-05-03 11:51:55 +02:00
2011-05-25 22:00:42 +03:00
2011-04-08 15:59:19 +02:00
2011-05-25 22:00:42 +03:00
2011-04-03 22:47:39 +02:00
2011-04-08 15:59:19 +02:00
2011-05-09 19:14:37 +03:00
2011-04-01 19:29:08 +02:00
2011-05-21 13:48:10 +02:00
2011-05-21 13:48:10 +02:00
2011-05-25 15:20:25 +02:00