mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-18 06:41:16 +08:00
Rename ff_put_string to avpriv_put_string
This allows using it from libavformat as well. This will be used by the RTP/JPEG depacketizer. Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
@@ -1022,7 +1022,7 @@ static void mpeg4_encode_vol_header(MpegEncContext * s, int vo_number, int vol_n
|
||||
if(!(s->flags & CODEC_FLAG_BITEXACT)){
|
||||
put_bits(&s->pb, 16, 0);
|
||||
put_bits(&s->pb, 16, 0x1B2); /* user_data */
|
||||
ff_put_string(&s->pb, LIBAVCODEC_IDENT, 0);
|
||||
avpriv_put_string(&s->pb, LIBAVCODEC_IDENT, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user