ts or ps muxer not support mjpeg video codec ignore it (#2593)

This commit is contained in:
xiongguangjie
2023-06-28 14:56:06 +08:00
committed by GitHub
parent 2ad44bc773
commit d5bf99a27b
2 changed files with 16 additions and 12 deletions

View File

@@ -40,7 +40,7 @@ typedef enum {
XX(CodecVP8, TrackVideo, 7, "VP8", PSI_STREAM_VP8) \
XX(CodecVP9, TrackVideo, 8, "VP9", PSI_STREAM_VP9) \
XX(CodecAV1, TrackVideo, 9, "AV1", PSI_STREAM_AV1) \
XX(CodecJPEG, TrackVideo, 10, "JPEG", PSI_STREAM_JPEG_2000)
XX(CodecJPEG, TrackVideo, 10, "JPEG", PSI_STREAM_RESERVED)
typedef enum {
CodecInvalid = -1,