Merge commit '0307cc2253e76772b1c645ac6117d08da87a147c'
* commit '0307cc2253e76772b1c645ac6117d08da87a147c': rtpdec: pass an AVFormatContext to ff_parse_fmtp() Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -200,8 +200,10 @@ RTPDynamicProtocolHandler *ff_rtp_handler_find_by_id(int id,
|
||||
int ff_rtsp_next_attr_and_value(const char **p, char *attr, int attr_size,
|
||||
char *value, int value_size);
|
||||
|
||||
int ff_parse_fmtp(AVStream *stream, PayloadContext *data, const char *p,
|
||||
int (*parse_fmtp)(AVStream *stream,
|
||||
int ff_parse_fmtp(AVFormatContext *s,
|
||||
AVStream *stream, PayloadContext *data, const char *p,
|
||||
int (*parse_fmtp)(AVFormatContext *s,
|
||||
AVStream *stream,
|
||||
PayloadContext *data,
|
||||
char *attr, char *value));
|
||||
|
||||
|
Reference in New Issue
Block a user