diff --git a/ext/amrnb/amrnbdec.c b/ext/amrnb/amrnbdec.c index c5f2774c0e85a3175816b3347d984733d449cedc..906cb26efba9ce8c367f51d91bc9e6e9852491d2 100644 --- a/ext/amrnb/amrnbdec.c +++ b/ext/amrnb/amrnbdec.c @@ -23,7 +23,7 @@ * @see_also: #GstAmrnbEnc, #GstAmrParse * * AMR narrowband decoder based on the - * opencore codec implementation. + * [opencore codec implementation](http://sourceforge.net/projects/opencore-amr). * * ## Example launch line * |[ diff --git a/ext/amrnb/amrnbenc.c b/ext/amrnb/amrnbenc.c index 9c0f28560f8c5e544c5ab99d465943c2f117d64e..06c2a86216c611e0ce9920518077d61ea72d419a 100644 --- a/ext/amrnb/amrnbenc.c +++ b/ext/amrnb/amrnbenc.c @@ -23,7 +23,7 @@ * @see_also: #GstAmrnbDec, #GstAmrnbParse * * AMR narrowband encoder based on the - * opencore codec implementation. + * [opencore codec implementation](http://sourceforge.net/projects/opencore-amr). * * ## Example launch line * |[ diff --git a/ext/amrwbdec/amrwbdec.c b/ext/amrwbdec/amrwbdec.c index 7832036c5470107cded7282f598d5751a7b9e522..d482b989edf9afe85fa4be4105df3b5682deaece 100644 --- a/ext/amrwbdec/amrwbdec.c +++ b/ext/amrwbdec/amrwbdec.c @@ -23,7 +23,7 @@ * @see_also: #GstAmrwbEnc * * AMR wideband decoder based on the - * opencore codec implementation. + * [opencore codec implementation](http://sourceforge.net/projects/opencore-amr). * * ## Example launch line * |[