summaryrefslogtreecommitdiffstats
path: root/libavcodec/h261_parser.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-04-25 00:02:36 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-04-25 00:20:03 +0200
commit9a962f30556f8890a09cd668a9fe806ebac54206 (patch)
tree97d204c3a05a5fc747a77eb89535f10f7f4ad566 /libavcodec/h261_parser.c
parent02e3f7d042aabd98d4114f7f84b4b480a93daaa1 (diff)
downloadffmpeg-streaming-9a962f30556f8890a09cd668a9fe806ebac54206.zip
ffmpeg-streaming-9a962f30556f8890a09cd668a9fe806ebac54206.tar.gz
Fix indentation.
Diffstat (limited to 'libavcodec/h261_parser.c')
-rw-r--r--libavcodec/h261_parser.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/libavcodec/h261_parser.c b/libavcodec/h261_parser.c
index 4d20afe..3fb86db 100644
--- a/libavcodec/h261_parser.c
+++ b/libavcodec/h261_parser.c
@@ -73,12 +73,12 @@ static int h261_parse(AVCodecParserContext *s,
if (s->flags & PARSER_FLAG_COMPLETE_FRAMES) {
next = buf_size;
} else {
- next= h261_find_frame_end(pc,avctx, buf, buf_size);
- if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
- *poutbuf = NULL;
- *poutbuf_size = 0;
- return buf_size;
- }
+ next= h261_find_frame_end(pc,avctx, buf, buf_size);
+ if (ff_combine_frame(pc, next, &buf, &buf_size) < 0) {
+ *poutbuf = NULL;
+ *poutbuf_size = 0;
+ return buf_size;
+ }
}
*poutbuf = buf;
*poutbuf_size = buf_size;
OpenPOWER on IntegriCloud