summaryrefslogtreecommitdiff
path: root/libavformat/yop.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/yop.c')
-rw-r--r--libavformat/yop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/yop.c b/libavformat/yop.c
index 76116fb6b6..72004bf8fe 100644
--- a/libavformat/yop.c
+++ b/libavformat/yop.c
@@ -56,7 +56,7 @@ static int yop_read_header(AVFormatContext *s, AVFormatParameters *ap)
int frame_rate, ret;
- audio_stream = av_new_stream(s, 0);
+ audio_stream = avformat_new_stream(s, NULL);
video_stream = av_new_stream(s, 1);
// Extra data that will be passed to the decoder