avio: make put_nbyte internal.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
77eb5504d3
commit
0ac8e2bf2b
@ -525,7 +525,7 @@ static int spdif_write_packet(struct AVFormatContext *s, AVPacket *pkt)
|
||||
if (ctx->out_bytes & 1)
|
||||
spdif_put_16(ctx, s->pb, ctx->out_buf[ctx->out_bytes - 1] << 8);
|
||||
|
||||
put_nbyte(s->pb, 0, padding);
|
||||
ffio_fill(s->pb, 0, padding);
|
||||
|
||||
av_log(s, AV_LOG_DEBUG, "type=%x len=%i pkt_offset=%i\n",
|
||||
ctx->data_type, ctx->out_bytes, ctx->pkt_offset);
|
||||
|
Reference in New Issue
Block a user