Skip to content
Snippets Groups Projects
Commit 548b97a6 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos
Browse files

Cosmetics: Re-indent after last commit.

Originally committed as revision 26161 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cc6c0c7b
No related branches found
No related tags found
No related merge requests found
...@@ -354,10 +354,10 @@ static int spdif_write_packet(struct AVFormatContext *s, AVPacket *pkt) ...@@ -354,10 +354,10 @@ static int spdif_write_packet(struct AVFormatContext *s, AVPacket *pkt)
} }
if (ctx->use_preamble) { if (ctx->use_preamble) {
put_le16(s->pb, SYNCWORD1); //Pa put_le16(s->pb, SYNCWORD1); //Pa
put_le16(s->pb, SYNCWORD2); //Pb put_le16(s->pb, SYNCWORD2); //Pb
put_le16(s->pb, ctx->data_type); //Pc put_le16(s->pb, ctx->data_type); //Pc
put_le16(s->pb, ctx->length_code);//Pd put_le16(s->pb, ctx->length_code);//Pd
} }
if (HAVE_BIGENDIAN ^ ctx->extra_bswap) { if (HAVE_BIGENDIAN ^ ctx->extra_bswap) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment