comparison allformats.c @ 6398:8775d4c0e991 libavformat

enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system
author bindhammer
date Mon, 23 Aug 2010 11:52:34 +0000
parents c2e5016e2b4e
children eb68008daac2
comparison
equal deleted inserted replaced
6397:4ba4733291ae 6398:8775d4c0e991
45 initialized = 1; 45 initialized = 1;
46 46
47 avcodec_register_all(); 47 avcodec_register_all();
48 48
49 /* (de)muxers */ 49 /* (de)muxers */
50 REGISTER_MUXER (A64, a64);
50 REGISTER_DEMUXER (AAC, aac); 51 REGISTER_DEMUXER (AAC, aac);
51 REGISTER_MUXDEMUX (AC3, ac3); 52 REGISTER_MUXDEMUX (AC3, ac3);
52 REGISTER_MUXER (ADTS, adts); 53 REGISTER_MUXER (ADTS, adts);
53 REGISTER_DEMUXER (AEA, aea); 54 REGISTER_DEMUXER (AEA, aea);
54 REGISTER_MUXDEMUX (AIFF, aiff); 55 REGISTER_MUXDEMUX (AIFF, aiff);