summaryrefslogtreecommitdiff
path: root/libavcodec/hevc_parser.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-02 11:43:43 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-02 12:33:54 +0100
commitce7f1c76bd8fc3b4b2dc013ea7e635ed26a8c9fd (patch)
tree8be215ba20ca416953db67b910cd23bd8988e312 /libavcodec/hevc_parser.c
parent641358addcffe0cca55c547316781b11e9315dbc (diff)
avcodec/hevc: more whitespaces to reduce difference to 064698d381e1e7790f21b0199a8930ea04e2e942
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc_parser.c')
-rw-r--r--libavcodec/hevc_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevc_parser.c b/libavcodec/hevc_parser.c
index c8af881809..3801e1ffa1 100644
--- a/libavcodec/hevc_parser.c
+++ b/libavcodec/hevc_parser.c
@@ -300,9 +300,9 @@ static int hevc_split(AVCodecContext *avctx, const uint8_t *buf, int buf_size)
return i - 3;
} else { // no parameter set at the beginning of the stream
return 0;
+ }
}
}
- }
return 0;
}