Re: [libav-devel] [PATCH 2/4] avprobe: add local per-file state

2016-02-24 Thread Vittorio Giovara
On Wed, Feb 24, 2016 at 10:36 AM, Anton Khirnov wrote: > Do not pass just a bare AVFormatContext pointer around, wrap it in > struct. This will be useful in the following commits. > --- > avprobe.c | 38 +++--- > 1 file changed, 23

[libav-devel] [PATCH 2/4] avprobe: add local per-file state

2016-02-24 Thread Anton Khirnov
Do not pass just a bare AVFormatContext pointer around, wrap it in struct. This will be useful in the following commits. --- avprobe.c | 38 +++--- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/avprobe.c b/avprobe.c index 1fdcd01..b395e93 100644