mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
Merge commit 'b7a4c319fda22aa91ce29692d728ec6103b514f6'
* commit 'b7a4c319fda22aa91ce29692d728ec6103b514f6': rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandler Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -116,6 +116,7 @@ struct RTPDynamicProtocolHandler {
|
||||
const char *enc_name;
|
||||
enum AVMediaType codec_type;
|
||||
enum AVCodecID codec_id;
|
||||
enum AVStreamParseType need_parsing;
|
||||
int static_payload_id; /* 0 means no payload id is set. 0 is a valid
|
||||
* payload ID (PCMU), too, but that format doesn't
|
||||
* require any custom depacketization code. */
|
||||
|
||||
Reference in New Issue
Block a user