annotate libmpcodecs/ae_lavc.h @ 26069:1318e956c092
FFmpeg now uses different (unified) #include paths.
author |
diego |
date |
Mon, 25 Feb 2008 15:46:36 +0000 (2008-02-25) |
parents |
4129c8cfa742 |
children |
bbb6ebec87a0 |
rev |
line source |
26029
|
1 #ifndef MPLAYER_AE_LAVC_H
|
|
2 #define MPLAYER_AE_LAVC_H
|
15234
|
3
|
|
4 #include "ae.h"
|
|
5
|
|
6 int mpae_init_lavc(audio_encoder_t *encoder);
|
|
7
|
26029
|
8 #endif /* MPLAYER_AE_LAVC_H */
|