X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frso.c;h=765c0d0d6661407bdeed1863787970204da519ed;hb=930391e5988abe126d29c5e9b09fab459e0b8936;hp=7d88f0f5bc184076efd0649c220c2815ca91c7f5;hpb=14fe81b3a88dfe4dbac12e8715f9a3f05b5ef1bf;p=ffmpeg diff --git a/libavformat/rso.c b/libavformat/rso.c index 7d88f0f5bc1..765c0d0d666 100644 --- a/libavformat/rso.c +++ b/libavformat/rso.c @@ -28,3 +28,5 @@ const AVCodecTag ff_codec_rso_tags[] = { { AV_CODEC_ID_ADPCM_IMA_WAV, 0x0101 }, { AV_CODEC_ID_NONE, 0 }, }; + +const AVCodecTag *const ff_rso_codec_tags_list[] = { ff_codec_rso_tags, NULL };