diff options
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/bethsoftvid.c | 4 | ||||
-rw-r--r-- | libavformat/bfi.c | 2 | ||||
-rw-r--r-- | libavformat/flv.h | 8 | ||||
-rw-r--r-- | libavformat/iss.c | 3 | ||||
-rw-r--r-- | libavformat/qcp.c | 2 | ||||
-rw-r--r-- | libavformat/rl2.c | 3 | ||||
-rw-r--r-- | libavformat/rtpdec_svq3.c | 2 | ||||
-rw-r--r-- | libavformat/rtpdec_vp8.c | 2 | ||||
-rw-r--r-- | libavformat/soxdec.c | 4 | ||||
-rw-r--r-- | libavformat/soxenc.c | 4 | ||||
-rw-r--r-- | libavformat/tmv.c | 4 | ||||
-rw-r--r-- | libavformat/utils.c | 2 | ||||
-rw-r--r-- | libavformat/yop.c | 3 |
13 files changed, 22 insertions, 21 deletions
diff --git a/libavformat/bethsoftvid.c b/libavformat/bethsoftvid.c index 544097a52b..d16b95fe8a 100644 --- a/libavformat/bethsoftvid.c +++ b/libavformat/bethsoftvid.c @@ -23,8 +23,8 @@ * @file * @brief Bethesda Softworks VID (.vid) file demuxer * @author Nicholas Tung [ntung (at. ntung com] (2007-03) - * @sa http://wiki.multimedia.cx/index.php?title=Bethsoft_VID - * @sa http://www.svatopluk.com/andux/docs/dfvid.html + * @see http://wiki.multimedia.cx/index.php?title=Bethsoft_VID + * @see http://www.svatopluk.com/andux/docs/dfvid.html */ #include "libavutil/intreadwrite.h" diff --git a/libavformat/bfi.c b/libavformat/bfi.c index 843ba9972e..ca9187a1a3 100644 --- a/libavformat/bfi.c +++ b/libavformat/bfi.c @@ -23,7 +23,7 @@ * @file * @brief Brute Force & Ignorance (.bfi) file demuxer * @author Sisir Koppaka ( sisir.koppaka at gmail dot com ) - * @sa http://wiki.multimedia.cx/index.php?title=BFI + * @see http://wiki.multimedia.cx/index.php?title=BFI */ #include "libavutil/intreadwrite.h" diff --git a/libavformat/flv.h b/libavformat/flv.h index 497729adc6..d0731c80a3 100644 --- a/libavformat/flv.h +++ b/libavformat/flv.h @@ -1,5 +1,4 @@ -/** - * @file +/* * FLV common header * * Copyright (c) 2006 The FFmpeg Project @@ -21,6 +20,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/** + * @file + * FLV common header + */ + #ifndef AVFORMAT_FLV_H #define AVFORMAT_FLV_H diff --git a/libavformat/iss.c b/libavformat/iss.c index 8d225108ad..99a5e9bfeb 100644 --- a/libavformat/iss.c +++ b/libavformat/iss.c @@ -23,8 +23,7 @@ * @file * Funcom ISS file demuxer * @author Jaikrishnan Menon - * for more information on the .iss file format, visit: - * http://wiki.multimedia.cx/index.php?title=FunCom_ISS + * @see http://wiki.multimedia.cx/index.php?title=FunCom_ISS */ #include "avformat.h" diff --git a/libavformat/qcp.c b/libavformat/qcp.c index b4f559ee11..0f761a8ec1 100644 --- a/libavformat/qcp.c +++ b/libavformat/qcp.c @@ -23,7 +23,7 @@ * @file * QCP format (.qcp) demuxer * @author Kenan Gillet - * @sa RFC 3625: "The QCP File Format and Media Types for Speech Data" + * @see RFC 3625: "The QCP File Format and Media Types for Speech Data" * http://tools.ietf.org/html/rfc3625 */ diff --git a/libavformat/rl2.c b/libavformat/rl2.c index 3a4f552023..5d9b6cb088 100644 --- a/libavformat/rl2.c +++ b/libavformat/rl2.c @@ -23,8 +23,7 @@ * RL2 file demuxer * @file * @author Sascha Sommer (saschasommer@freenet.de) - * For more information regarding the RL2 file format, visit: - * http://wiki.multimedia.cx/index.php?title=RL2 + * @see http://wiki.multimedia.cx/index.php?title=RL2 * * extradata: * 2 byte le initial drawing offset within 320x200 viewport diff --git a/libavformat/rtpdec_svq3.c b/libavformat/rtpdec_svq3.c index cb5f74d222..7800766ecf 100644 --- a/libavformat/rtpdec_svq3.c +++ b/libavformat/rtpdec_svq3.c @@ -22,8 +22,8 @@ /** * @file * @brief RTP support for the SV3V (SVQ3) payload - * (http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization) * @author Ronald S. Bultje <rbultje@ronald.bitfreak.net> + * @see http://wiki.multimedia.cx/index.php?title=Sorenson_Video_3#Packetization */ #include <string.h> diff --git a/libavformat/rtpdec_vp8.c b/libavformat/rtpdec_vp8.c index 862a55e4e9..bfc96570d1 100644 --- a/libavformat/rtpdec_vp8.c +++ b/libavformat/rtpdec_vp8.c @@ -23,7 +23,7 @@ * @file * @brief RTP support for the VP8 payload * @author Josh Allmann <joshua.allmann@gmail.com> - * ( http://www.webmproject.org/code/specs/rtp/ ) + * @see http://www.webmproject.org/code/specs/rtp/ */ #include "libavcodec/bytestream.h" diff --git a/libavformat/soxdec.c b/libavformat/soxdec.c index 2315b04877..bd805be50e 100644 --- a/libavformat/soxdec.c +++ b/libavformat/soxdec.c @@ -23,10 +23,10 @@ */ /** - * SoX native format demuxer * @file + * SoX native format demuxer * @author Daniel Verkamp - * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format + * @see http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format */ #include "libavutil/intreadwrite.h" diff --git a/libavformat/soxenc.c b/libavformat/soxenc.c index 309db75a82..4715802be0 100644 --- a/libavformat/soxenc.c +++ b/libavformat/soxenc.c @@ -23,10 +23,10 @@ */ /** - * SoX native format muxer * @file + * SoX native format muxer * @author Daniel Verkamp - * @sa http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format + * @see http://wiki.multimedia.cx/index.php?title=SoX_native_intermediate_format */ #include "libavutil/intreadwrite.h" diff --git a/libavformat/tmv.c b/libavformat/tmv.c index 0a16ae111a..9573c36d83 100644 --- a/libavformat/tmv.c +++ b/libavformat/tmv.c @@ -20,10 +20,10 @@ */ /** - * 8088flex TMV file demuxer * @file + * 8088flex TMV file demuxer * @author Daniel Verkamp - * @sa http://www.oldskool.org/pc/8088_Corruption + * @see http://www.oldskool.org/pc/8088_Corruption */ #include "libavutil/intreadwrite.h" diff --git a/libavformat/utils.c b/libavformat/utils.c index f459fdd707..b03615983f 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -619,7 +619,7 @@ int avformat_open_input(AVFormatContext **ps, const char *filename, AVInputForma { AVFormatContext *s = *ps; int ret = 0; - AVFormatParameters ap = { 0 }; + AVFormatParameters ap = { { 0 } }; AVDictionary *tmp = NULL; if (!s && !(s = avformat_alloc_context())) diff --git a/libavformat/yop.c b/libavformat/yop.c index 486fdc5616..197e919c7d 100644 --- a/libavformat/yop.c +++ b/libavformat/yop.c @@ -1,5 +1,4 @@ -/** - * @file +/* * Psygnosis YOP demuxer * * Copyright (C) 2010 Mohamed Naufal Basheer <naufal11@gmail.com> |