comparison vorbis.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 ddecbc18fe94
children 0dce4fe6e6f3
comparison
equal deleted inserted replaced
8717:407a1a178cad 8718:e9d9d946f213
1 /** 1 /**
2 * @file vorbis.c 2 * @file libavcodec/vorbis.c
3 * Common code for Vorbis I encoder and decoder 3 * Common code for Vorbis I encoder and decoder
4 * @author Denes Balatoni ( dbalatoni programozo hu ) 4 * @author Denes Balatoni ( dbalatoni programozo hu )
5 5
6 * This file is part of FFmpeg. 6 * This file is part of FFmpeg.
7 * 7 *