mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Cosmetics: Re-indent after last commit.
Originally committed as revision 26161 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cc6c0c7b52
commit
548b97a66a
@ -354,10 +354,10 @@ static int spdif_write_packet(struct AVFormatContext *s, AVPacket *pkt)
|
||||
}
|
||||
|
||||
if (ctx->use_preamble) {
|
||||
put_le16(s->pb, SYNCWORD1); //Pa
|
||||
put_le16(s->pb, SYNCWORD2); //Pb
|
||||
put_le16(s->pb, ctx->data_type); //Pc
|
||||
put_le16(s->pb, ctx->length_code);//Pd
|
||||
put_le16(s->pb, SYNCWORD1); //Pa
|
||||
put_le16(s->pb, SYNCWORD2); //Pb
|
||||
put_le16(s->pb, ctx->data_type); //Pc
|
||||
put_le16(s->pb, ctx->length_code);//Pd
|
||||
}
|
||||
|
||||
if (HAVE_BIGENDIAN ^ ctx->extra_bswap) {
|
||||
|
Loading…
Reference in New Issue
Block a user