| 887 | } |
| 888 | |
| 889 | static inline bool IsValidFrameNum (const int32_t kiFrameNum) { |
| 890 | return (kiFrameNum < (1 << 30)); // TODO: use the original judge first, may be improved |
| 891 | } |
| 892 | |
| 893 | void WelsMarkMMCORefInfoScreen (sWelsEncCtx* pCtx, SLTRState* pLtr, |
| 894 | SSlice** ppSliceList, const int32_t kiCountSliceNum) { |