| 3718 | } |
| 3719 | |
| 3720 | static void update_pes_kind( hb_stream_t * stream, int idx ) |
| 3721 | { |
| 3722 | kind_t kind = st2codec[stream->pes.list[idx].stream_type].kind; |
| 3723 | if ( kind != U && kind != N ) |
| 3724 | { |
| 3725 | stream->pes.list[idx].stream_kind = kind; |
| 3726 | } |
| 3727 | } |
| 3728 | |
| 3729 | static void ts_pes_list_add( hb_stream_t *stream, int ts_idx, int pes_idx ) |
| 3730 | { |
no outgoing calls
no test coverage detected