# HG changeset patch # User michael # Date 1159291628 0 # Node ID 73f30bfae7458609161c5f07001887de9c34baec # Parent dac7743ba1eeb8f26925ed6825709b26d6c76d17 reindent diff -r dac7743ba1ee -r 73f30bfae745 utils.c --- 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) */