From 79ff11d78f260203588e9fbb0be9d22143337bc3 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Tue, 17 Mar 2009 18:35:58 +0000 Subject: [PATCH] Fix wrong @file tag. Originally committed as revision 18026 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rtp_asf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/rtp_asf.c b/libavformat/rtp_asf.c index 0bc5c9e72c..9876356648 100644 --- a/libavformat/rtp_asf.c +++ b/libavformat/rtp_asf.c @@ -20,7 +20,7 @@ */ /** - * @file rtp-asf.c + * @file libavformat/rtp_asf.c * @brief Microsoft RTP/ASF support * @author Ronald S. Bultje */