lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
*/
|
||||
#include "avformat.h"
|
||||
#include "riff.h"
|
||||
#include "internal.h"
|
||||
#include "libavcodec/get_bits.h"
|
||||
|
||||
#define CHUNK_SIZE 512
|
||||
@@ -88,7 +89,7 @@ static int read_header(AVFormatContext *s,
|
||||
|
||||
st->codec->frame_size=80;
|
||||
st->codec->channels=1;
|
||||
av_set_pts_info(st, 64, 1, 100);
|
||||
avpriv_set_pts_info(st, 64, 1, 100);
|
||||
|
||||
st->codec->codec_id=CODEC_ID_G729;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user