Revision 1ed3cef5 libavformat/rtpdec_h264.c
libavformat/rtpdec_h264.c | ||
---|---|---|
70 | 70 |
|
71 | 71 |
/* ---------------- private code */ |
72 | 72 |
static int sdp_parse_fmtp_config_h264(AVStream * stream, |
73 |
PayloadContext * h264_data,
|
|
74 |
char *attr, char *value)
|
|
73 |
PayloadContext * h264_data, |
|
74 |
char *attr, char *value) |
|
75 | 75 |
{ |
76 | 76 |
AVCodecContext *codec = stream->codec; |
77 | 77 |
assert(codec->codec_id == CODEC_ID_H264); |
Also available in: Unified diff