annotate libmpcodecs/ae_lavc.h @ 16944:179a7a2857a8
do not call glFinish when we do not have a context
author |
reimar |
date |
Mon, 07 Nov 2005 21:29:38 +0000 (2005-11-07) |
parents |
e84a6ae9d51e |
children |
3f0d00abc073 |
rev |
line source |
15234
|
1 #ifndef __AE_LAVC_H_
|
|
2 #define __AE_LAVC_H_
|
|
3
|
|
4 #include "ae.h"
|
|
5
|
|
6 int mpae_init_lavc(audio_encoder_t *encoder);
|
|
7
|
|
8 #endif
|