git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da98526
)
avisynth: Remove a couple of useless AviSynthContext casts
author
Stephen Hutchinson
<qyot27@gmail.com>
Mon, 28 Oct 2013 20:52:48 +0000
(16:52 -0400)
committer
Michael Niedermayer
<michaelni@gmx.at>
Mon, 28 Oct 2013 21:26:37 +0000
(22:26 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/avisynth.c
patch
|
blob
|
history
diff --git
a/libavformat/avisynth.c
b/libavformat/avisynth.c
index
48f9f76
..
8268ba7
100644
(file)
--- a/
libavformat/avisynth.c
+++ b/
libavformat/avisynth.c
@@
-155,7
+155,7
@@
init_fail:
* by libavformat. */
static av_cold int avisynth_context_create(AVFormatContext *s)
{
- AviSynthContext *avs =
(AviSynthContext *)
s->priv_data;
+ AviSynthContext *avs = s->priv_data;
int ret;
if (!avs_library)
@@
-361,7
+361,7
@@
static int avisynth_create_stream(AVFormatContext *s)
static int avisynth_open_file(AVFormatContext *s)
{
- AviSynthContext *avs =
(AviSynthContext *)
s->priv_data;
+ AviSynthContext *avs = s->priv_data;
AVS_Value arg, val;
int ret;
#ifdef USING_AVISYNTH