comparison huffman.h @ 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 524cb7f5ad2b
children 0dce4fe6e6f3
comparison
equal deleted inserted replaced
8717:407a1a178cad 8718:e9d9d946f213
1 /** 1 /**
2 * @file huffman.h 2 * @file libavcodec/huffman.h
3 * huffman tree builder and VLC generator 3 * huffman tree builder and VLC generator
4 * Copyright (C) 2007 Aurelien Jacobs <aurel@gnuage.org> 4 * Copyright (C) 2007 Aurelien Jacobs <aurel@gnuage.org>
5 * 5 *
6 * This file is part of FFmpeg. 6 * This file is part of FFmpeg.
7 * 7 *