rtpdec: pass an AVFormatContext to ff_parse_fmtp()
authorAnton Khirnov <anton@khirnov.net>
Sat, 5 Jul 2014 07:01:07 +0000 (07:01 +0000)
committerAnton Khirnov <anton@khirnov.net>
Wed, 9 Jul 2014 13:40:54 +0000 (13:40 +0000)
commit0307cc2253e76772b1c645ac6117d08da87a147c
treea888e60dee2ceb9b4abbe48ec4f13a70303d4015
parent650d384048ed42579cc6d67bf32a94b468c0b6cb
rtpdec: pass an AVFormatContext to ff_parse_fmtp()

Use it for logging, instead of NULL or the stream codec context.
libavformat/rtpdec.c
libavformat/rtpdec.h
libavformat/rtpdec_amr.c
libavformat/rtpdec_h264.c
libavformat/rtpdec_ilbc.c
libavformat/rtpdec_latm.c
libavformat/rtpdec_mpeg4.c
libavformat/rtpdec_xiph.c