ossrs / srs
Showing 1 of 1 files from the diff.

@@ -3026,6 +3026,7 @@
Loading
3026 3026
                    }
3027 3027
                }
3028 3028
3029 +
                track_desc->type_ = "video";
3029 3030
                track_desc->set_codec_payload((SrsCodecPayload*)video_payload);
3030 3031
                srs_warn("choose backup H.264 payload type=%d", payload.payload_type_);
3031 3032
            }
Files Coverage
trunk 58.52%
Project Totals (133 files) 58.52%
Untitled

No yaml found.

Create your codecov.yml to customize your Codecov experience

Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file. The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files. The size and color of each slice is representing the number of statements and the coverage, respectively.
Grid
Each block represents a single file in the project. The size and color of each block is represented by the number of statements and the coverage, respectively.
Loading