Changeset 861
- Timestamp:
- 04/20/08 21:02:17 (6 months ago)
- Files:
-
- trunk/FFusionCodec.c (modified) (1 diff)
- trunk/bitstream_info.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FFusionCodec.c
r832 r861 682 682 glob->begin.parser = ffusionParserInit(codecID); 683 683 684 if ((codecID == CODEC_ID_MPEG4 || codecID == CODEC_ID_H264) && !glob->begin.parser) 685 Codecprintf(glob->fileLog, "This is a parseable format, but we couldn't open a parser!\n"); 686 684 687 // we do the same for the AVCodecContext since all context values are 685 688 // correctly initialized when calling the alloc function trunk/bitstream_info.c
r858 r861 867 867 int ffusionIsParsedVideoDecodable(FFusionParserContext *parser) 868 868 { 869 if (!parser) return 1; 870 869 871 if (parser->parserStructure == &ffusionH264Parser) { 870 872 H264ParserContext *h264parser = parser->internalContext;
