mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-24 08:36:01 +08:00
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
corresponding AVMEDIA_TYPE_* symbols. Originally committed as revision 25201 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -307,7 +307,7 @@ static void qdm2_extradata_free(PayloadContext *qdm)
|
||||
|
||||
RTPDynamicProtocolHandler ff_qdm2_dynamic_handler = {
|
||||
"X-QDM",
|
||||
CODEC_TYPE_AUDIO,
|
||||
AVMEDIA_TYPE_AUDIO,
|
||||
CODEC_ID_NONE,
|
||||
NULL,
|
||||
qdm2_extradata_new,
|
||||
|
||||
Reference in New Issue
Block a user