You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
|
||||
#include <alsa/asoundlib.h>
|
||||
|
||||
#include "libavformat/internal.h"
|
||||
#include "avdevice.h"
|
||||
#include "alsa-audio.h"
|
||||
|
||||
@@ -61,7 +62,7 @@ static av_cold int audio_write_header(AVFormatContext *s1)
|
||||
st->codec->sample_rate, sample_rate);
|
||||
goto fail;
|
||||
}
|
||||
av_set_pts_info(st, 64, 1, sample_rate);
|
||||
avpriv_set_pts_info(st, 64, 1, sample_rate);
|
||||
|
||||
return res;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user