Mercurial > libavformat.hg
changeset 2614:46d233a8d62b libavformat
cosmetics: reindent
author | aurel |
---|---|
date | Mon, 15 Oct 2007 22:52:22 +0000 |
parents | 8e31eb11b5f2 |
children | cda2c3b0a4e6 |
files | electronicarts.c |
diffstat | 1 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/electronicarts.c Mon Oct 15 22:51:52 2007 +0000 +++ b/electronicarts.c Mon Oct 15 22:52:22 2007 +0000 @@ -181,15 +181,15 @@ return AVERROR(EIO); if (ea->time_base.num && ea->time_base.den) { - /* initialize the video decoder stream */ - st = av_new_stream(s, 0); - if (!st) - return AVERROR(ENOMEM); - ea->video_stream_index = st->index; - st->codec->codec_type = CODEC_TYPE_VIDEO; - st->codec->codec_id = CODEC_ID_VP6; - st->codec->codec_tag = 0; /* no fourcc */ - st->codec->time_base = ea->time_base; + /* initialize the video decoder stream */ + st = av_new_stream(s, 0); + if (!st) + return AVERROR(ENOMEM); + ea->video_stream_index = st->index; + st->codec->codec_type = CODEC_TYPE_VIDEO; + st->codec->codec_id = CODEC_ID_VP6; + st->codec->codec_tag = 0; /* no fourcc */ + st->codec->time_base = ea->time_base; } /* initialize the audio decoder stream */