]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/yop.c
mpegtsenc: EAC3 support
[ffmpeg] / libavformat / yop.c
index 9e548f0d665d466316d6ebda4e65314d5068463c..8cadf125a2452e3125125895fe8c6e2e3699c731 100644 (file)
@@ -56,8 +56,8 @@ static int yop_read_header(AVFormatContext *s, AVFormatParameters *ap)
 
     int frame_rate, ret;
 
-    audio_stream = av_new_stream(s, 0);
-    video_stream = av_new_stream(s, 1);
+    audio_stream = avformat_new_stream(s, NULL);
+    video_stream = avformat_new_stream(s, NULL);
 
     // Extra data that will be passed to the decoder
     video_stream->codec->extradata_size = 8;