comparison huffyuv.c @ 8718:e9d9d946f213 libavcodec

Use full internal pathname in doxygen @file directives. Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories.
author diego
date Sun, 01 Feb 2009 02:00:19 +0000
parents d6bab465b82c
children 31138c296ac6
comparison
equal deleted inserted replaced
8717:407a1a178cad 8718:e9d9d946f213
22 * License along with FFmpeg; if not, write to the Free Software 22 * License along with FFmpeg; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 */ 24 */
25 25
26 /** 26 /**
27 * @file huffyuv.c 27 * @file libavcodec/huffyuv.c
28 * huffyuv codec for libavcodec. 28 * huffyuv codec for libavcodec.
29 */ 29 */
30 30
31 #include "avcodec.h" 31 #include "avcodec.h"
32 #include "bitstream.h" 32 #include "bitstream.h"