FFmpeg/libavformat
Andreas Rheinhardt ff5c8e57e7 avformat/vividas: Avoid allocation of AVIOContext
Put an AVIOContext whose lifetime doesn't extend beyond the function where
it is allocated on the stack instead of allocating and freeing it. This
also avoids the need to free it, which in this case fixes possible
memleaks on error.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2019-11-29 00:03:28 +01:00
..
2019-08-13 15:38:57 +02:00
2019-10-29 16:20:33 +01:00
2019-03-20 18:38:48 +01:00
2019-08-23 22:24:07 +02:00
2019-05-20 11:58:12 -07:00
2019-10-24 19:45:17 +02:00
2019-09-02 23:08:43 +02:00
2019-10-08 13:47:16 +08:00
2019-11-16 20:57:45 +01:00
2019-05-20 11:58:12 -07:00
2019-09-27 12:15:50 +02:00
2019-09-02 23:08:43 +02:00
2019-11-27 23:54:20 +01:00
2019-03-20 18:38:48 +01:00
2019-10-08 13:46:42 +08:00
2019-11-03 11:52:32 +01:00
2019-11-12 22:21:51 -03:00
2019-06-14 21:36:39 +02:00
2019-06-29 19:22:19 +02:00
2019-07-14 22:17:43 +02:00