comparison intrax8.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 f8bf438c6000
children eeca2fc122f8
comparison
equal deleted inserted replaced
8717:407a1a178cad 8718:e9d9d946f213
15 * License along with FFmpeg; if not, write to the Free Software 15 * License along with FFmpeg; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
17 */ 17 */
18 18
19 /** 19 /**
20 * @file intrax8.c 20 * @file libavcodec/intrax8.c
21 * @brief IntraX8 (J-Frame) subdecoder, used by WMV2 and VC-1 21 * @brief IntraX8 (J-Frame) subdecoder, used by WMV2 and VC-1
22 */ 22 */
23 23
24 #include "avcodec.h" 24 #include "avcodec.h"
25 #include "bitstream.h" 25 #include "bitstream.h"