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 insertions(+), 15 deletions(-)
o
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
--