mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-01 13:03:52 +08:00
lavf: replace remaining uses of put_tag with avio_write
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
(cherry picked from commit bbc413f943)
This commit is contained in:
committed by
Michael Niedermayer
parent
eac4e4d9a5
commit
a1b7979261
@@ -184,7 +184,7 @@ static int rv10_write_header(AVFormatContext *ctx,
|
||||
coded_frame_size = (stream->enc->bit_rate *
|
||||
stream->enc->frame_size) / (8 * sample_rate);
|
||||
/* audio codec info */
|
||||
put_tag(s, ".ra");
|
||||
avio_write(s, ".ra", 3);
|
||||
avio_w8(s, 0xfd);
|
||||
avio_wb32(s, 0x00040000); /* version */
|
||||
ffio_wfourcc(s, ".ra4");
|
||||
|
||||
Reference in New Issue
Block a user