h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.
authorPhilip Langdale <philipl@overt.org>
Tue, 29 Mar 2011 04:42:02 +0000 (21:42 -0700)
committerAnton Khirnov <anton@khirnov.net>
Mon, 13 Jun 2011 18:51:42 +0000 (20:51 +0200)
commita26ce1e2df102ad085cf1a7891722ef64b80ea24
treef54cc146735394d40bb2fd62b5aee01f49a11d60
parent8d0786ec6d066f892f29da6593e99e73a7dfd014
h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.

Currently, the parser is buggy and only processes the stream extradata
when the flag is set. This fixes it to actually inspect the frames.

Whitespce will be fixed in a separate change.

Signed-off-by: Philip Langdale <philipl@overt.org>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/h264_parser.c