Re: [libav-devel] [PATCH 3/4] avprobe: add local per-stream state

2016-02-24 Thread Vittorio Giovara
On Wed, Feb 24, 2016 at 10:36 AM, Anton Khirnov wrote: > This will be useful in the following commits. > --- > avprobe.c | 20 > 1 file changed, 20 insertions(+) probably ok -- Vittorio ___ libav-devel mailing

[libav-devel] [PATCH 3/4] avprobe: add local per-stream state

2016-02-24 Thread Anton Khirnov
This will be useful in the following commits. --- avprobe.c | 20 1 file changed, 20 insertions(+) diff --git a/avprobe.c b/avprobe.c index b395e93..189574f 100644 --- a/avprobe.c +++ b/avprobe.c @@ -32,8 +32,15 @@ #include "libavdevice/avdevice.h" #include "cmdutils.h"