Revision 983e3246 libavcodec/mpeg12.c
libavcodec/mpeg12.c | ||
---|---|---|
1 | 1 |
/* |
2 |
* MPEG1 encoder / MPEG2 decoder
|
|
2 |
* MPEG1 codec / MPEG2 decoder
|
|
3 | 3 |
* Copyright (c) 2000,2001 Fabrice Bellard. |
4 | 4 |
* |
5 | 5 |
* This library is free software; you can redistribute it and/or |
... | ... | |
16 | 16 |
* License along with this library; if not, write to the Free Software |
17 | 17 |
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
18 | 18 |
*/ |
19 |
|
|
20 |
/** |
|
21 |
* @file mpeg12.c |
|
22 |
* MPEG1 codec / MPEG2 decoder. |
|
23 |
*/ |
|
24 |
|
|
19 | 25 |
//#define DEBUG |
20 | 26 |
#include "avcodec.h" |
21 | 27 |
#include "dsputil.h" |
Also available in: Unified diff