comparison raw.c @ 2545:213268d7594e libavformat

move unrelated functions declarations out of allformats.h
author aurel
date Tue, 11 Sep 2007 09:27:46 +0000
parents 8715adf607ce
children d52c718e83f9
comparison
equal deleted inserted replaced
2544:0318af3025dd 2545:213268d7594e
19 * License along with FFmpeg; if not, write to the Free Software 19 * License along with FFmpeg; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21 */ 21 */
22 #include "avformat.h" 22 #include "avformat.h"
23 #include "ac3_parser.h" 23 #include "ac3_parser.h"
24 #include "raw.h"
24 25
25 #ifdef CONFIG_MUXERS 26 #ifdef CONFIG_MUXERS
26 /* simple formats */ 27 /* simple formats */
27 static int flac_write_header(struct AVFormatContext *s) 28 static int flac_write_header(struct AVFormatContext *s)
28 { 29 {