comparison cyuv.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 5214daf6ce78
children 54bc8a2727b0
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 cyuv.c 27 * @file libavcodec/cyuv.c
28 * Creative YUV (CYUV) Video Decoder. 28 * Creative YUV (CYUV) Video Decoder.
29 */ 29 */
30 30
31 #include <stdio.h> 31 #include <stdio.h>
32 #include <stdlib.h> 32 #include <stdlib.h>