From 0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 29 Jul 2013 19:39:51 +0200 Subject: avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo Also fix some similar typos in comments and documentation. --- libavformat/avisynth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/avisynth.c') diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c index b846c9f297..134b17f1d6 100644 --- a/libavformat/avisynth.c +++ b/libavformat/avisynth.c @@ -36,7 +36,7 @@ typedef struct { typedef struct { PAVIFILE file; - AVISynthStream *streams; + AviSynthStream *streams; int nb_streams; int next_stream; } AviSynthContext; -- cgit v1.2.3