Mercurial > libavformat.hg
changeset 1328:73f30bfae745 libavformat
reindent
author | michael |
---|---|
date | Tue, 26 Sep 2006 17:27:08 +0000 |
parents | dac7743ba1ee |
children | c55f7573fb95 |
files | utils.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Tue Sep 26 17:25:28 2006 +0000 +++ b/utils.c Tue Sep 26 17:27:08 2006 +0000 @@ -1812,11 +1812,11 @@ break; } } - /* we did not get all the codec info, but we read too much data */ - if (read_size >= MAX_READ_SIZE) { - ret = count; - break; - } + /* we did not get all the codec info, but we read too much data */ + if (read_size >= MAX_READ_SIZE) { + ret = count; + break; + } /* NOTE: a new stream can be added there if no header in file (AVFMTCTX_NOHEADER) */