summaryrefslogtreecommitdiff
path: root/libavformat/options.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-28 23:02:36 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-02-28 23:02:42 +0100
commit1fb3642317768c02db0eaf8d0d118d37a970f091 (patch)
tree821e7babb15f70691bbab2b5207b158e56eaa6c5 /libavformat/options.c
parente8565d21c276ab9ac5ce785549420321fbd0b093 (diff)
parentc86d8aed748adc3ba8df96fb1fe14aa45da77a31 (diff)
Merge commit 'c86d8aed748adc3ba8df96fb1fe14aa45da77a31'
* commit 'c86d8aed748adc3ba8df96fb1fe14aa45da77a31': avio: Rename avclass symbols relating to avio Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/options.c')
-rw-r--r--libavformat/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/options.c b/libavformat/options.c
index 22b922f89a..4b08f3f199 100644
--- a/libavformat/options.c
+++ b/libavformat/options.c
@@ -55,7 +55,7 @@ static const AVClass *format_child_class_next(const AVClass *prev)
AVOutputFormat *ofmt = NULL;
if (!prev)
- return &ffio_url_class;
+ return &ff_avio_class;
while ((ifmt = av_iformat_next(ifmt)))
if (ifmt->priv_class == prev)