Skip to content

Commit

Permalink
Pull in upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jan 10, 2025
2 parents 5549d11 + 62e427b commit 633c404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_stream_processor_mpegts.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ func (p *clientStreamProcessorMPEGTS) initializeReader(ctx context.Context, firs
case *mpegts.CodecH264, *mpegts.CodecMPEG4Audio:
supportedTracks = append(supportedTracks, track)
default:
err = fmt.Errorf("unsupported track type: %T", track)
return fmt.Errorf("unsupported codec: %T", track.Codec)
}
}

Expand Down

0 comments on commit 633c404

Please sign in to comment.