comparison svq1.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents b32afefe7d33
children e10e841c9bf0
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
19 * 19 *
20 * Ported to mplayer by Arpi <arpi@thot.banki.hu> 20 * Ported to mplayer by Arpi <arpi@thot.banki.hu>
21 * Ported to libavcodec by Nick Kurshev <nickols_k@mail.ru> 21 * Ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
22 * 22 *
23 */ 23 */
24
25 /**
26 * @file svq1.c
27 * svq1 decoder.
28 */
29
24 //#define DEBUG_SVQ1 30 //#define DEBUG_SVQ1
25 #include <stdio.h> 31 #include <stdio.h>
26 #include <stdlib.h> 32 #include <stdlib.h>
27 #include <string.h> 33 #include <string.h>
28 #include <unistd.h> 34 #include <unistd.h>