Merge commit '353b492d0f2a21ae8eb829db1ac01b54b2a4d202'
* commit '353b492d0f2a21ae8eb829db1ac01b54b2a4d202': rtpdec: Change enc_name to a pointer instead of a fixed-size buffer Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -113,7 +113,7 @@ typedef int (*DynamicPayloadPacketHandlerProc)(AVFormatContext *ctx,
|
||||
int len, uint16_t seq, int flags);
|
||||
|
||||
struct RTPDynamicProtocolHandler {
|
||||
const char enc_name[50];
|
||||
const char *enc_name;
|
||||
enum AVMediaType codec_type;
|
||||
enum AVCodecID codec_id;
|
||||
int static_payload_id; /* 0 means no payload id is set. 0 is a valid
|
||||
|
Reference in New Issue
Block a user