Commit 25f05ddb authored by Philip Langdale's avatar Philip Langdale Committed by Anton Khirnov

h264_parser: Fix whitespace after previous change.

Signed-off-by: 's avatarPhilip Langdale <philipl@overt.org>
Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent a26ce1e2
......@@ -283,6 +283,7 @@ static int h264_parse(AVCodecParserContext *s,
s->dts_ref_dts_delta = INT_MIN;
s->pts_dts_delta = INT_MIN;
}
if (s->flags & PARSER_FLAG_ONCE) {
s->flags &= PARSER_FLAG_COMPLETE_FRAMES;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment