comparison dv.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 6056e34b9504
children 08f9871b035b
comparison
equal deleted inserted replaced
8717:407a1a178cad 8718:e9d9d946f213
32 * License along with FFmpeg; if not, write to the Free Software 32 * License along with FFmpeg; if not, write to the Free Software
33 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 33 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
34 */ 34 */
35 35
36 /** 36 /**
37 * @file dv.c 37 * @file libavcodec/dv.c
38 * DV codec. 38 * DV codec.
39 */ 39 */
40 #define ALT_BITSTREAM_READER 40 #define ALT_BITSTREAM_READER
41 #include "avcodec.h" 41 #include "avcodec.h"
42 #include "dsputil.h" 42 #include "dsputil.h"