comparison h264.h @ 10859:762e6bb0ba40 libavcodec

Split (picture|seq) parameter set decoding out of h264.c. no speedloss meassured, also its really not touching anything that is speed relevant.
author michael
date Tue, 12 Jan 2010 19:33:45 +0000
parents 31645cf81fcb
children d9c084a0c22b
comparison
equal deleted inserted replaced
10858:31645cf81fcb 10859:762e6bb0ba40
551 // Timestamp stuff 551 // Timestamp stuff
552 int sei_buffering_period_present; ///< Buffering period SEI flag 552 int sei_buffering_period_present; ///< Buffering period SEI flag
553 int initial_cpb_removal_delay[32]; ///< Initial timestamps for CPBs 553 int initial_cpb_removal_delay[32]; ///< Initial timestamps for CPBs
554 }H264Context; 554 }H264Context;
555 555
556
557 extern const uint8_t ff_h264_chroma_qp[52];
558
559
556 /** 560 /**
557 * Decode SEI 561 * Decode SEI
558 */ 562 */
559 int ff_h264_decode_sei(H264Context *h); 563 int ff_h264_decode_sei(H264Context *h);
560 564