forked from FFmpeg/FFmpeg
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
1 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue