Author: faust3 Date: Sun Feb 8 20:50:31 2009 New Revision: 4027 Log: prefix filenames in @file tags with their directory
Modified: wmapro/wma3.h wmapro/wma3data.h wmapro/wma3dec.c Modified: wmapro/wma3.h ============================================================================== --- wmapro/wma3.h Sun Feb 8 20:44:30 2009 (r4026) +++ wmapro/wma3.h Sun Feb 8 20:50:31 2009 (r4027) @@ -21,7 +21,7 @@ */ /** - * @file wma3.h + * @file libavcodec/wma3.h * @brief wmapro specific structs and defines */ Modified: wmapro/wma3data.h ============================================================================== --- wmapro/wma3data.h Sun Feb 8 20:44:30 2009 (r4026) +++ wmapro/wma3data.h Sun Feb 8 20:50:31 2009 (r4027) @@ -21,7 +21,7 @@ */ /** - * @file wma3data.h + * @file libavcodec/wma3data.h * @brief tables for wmapro decoding */ Modified: wmapro/wma3dec.c ============================================================================== --- wmapro/wma3dec.c Sun Feb 8 20:44:30 2009 (r4026) +++ wmapro/wma3dec.c Sun Feb 8 20:50:31 2009 (r4027) @@ -21,7 +21,7 @@ */ /** - * @file wma3dec.c + * @file libavcodec/wma3dec.c * @brief wmapro decoder implementation */ _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
