comparison cavsvideodec.c @ 6448:4775a49a6045 libavformat

split raw.c into rawdec.c and rawenc.c
author aurel
date Mon, 30 Aug 2010 23:16:35 +0000
parents 7ae181b3ca00
children
comparison
equal deleted inserted replaced
6447:ef0ad6df55b2 6448:4775a49a6045
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include "avformat.h" 22 #include "avformat.h"
23 #include "raw.h" 23 #include "rawdec.h"
24 24
25 #define CAVS_SEQ_START_CODE 0x000001b0 25 #define CAVS_SEQ_START_CODE 0x000001b0
26 #define CAVS_PIC_I_START_CODE 0x000001b3 26 #define CAVS_PIC_I_START_CODE 0x000001b3
27 #define CAVS_UNDEF_START_CODE 0x000001b4 27 #define CAVS_UNDEF_START_CODE 0x000001b4
28 #define CAVS_PIC_PB_START_CODE 0x000001b6 28 #define CAVS_PIC_PB_START_CODE 0x000001b6