Fix A -> U

This commit is contained in:
Xiaofeng Wang 2023-12-11 11:05:42 +08:00
parent 25c99470ee
commit 33f860fd04

View File

@ -181,7 +181,7 @@ CodecPlugin g711u_plugin = { getCodecU,
getRtpDecoderByCodecIdU, getRtpDecoderByCodecIdU,
getRtmpEncoderByTrack, getRtmpEncoderByTrack,
getRtmpDecoderByTrack, getRtmpDecoderByTrack,
getFrameFromPtrA }; getFrameFromPtrU };
}//namespace mediakit }//namespace mediakit