annotate libmpcodecs/ae_pcm.h @ 23011:365eef1fc4f0

Disable caching of rotated glyphs. The following commits will add perspective distortion to the glyphs rotated with \frx and \fry. Somewhere along the way correct caching of such glyphs will become impossible, but in the end everything will be fine.
author eugeni
date Fri, 20 Apr 2007 22:49:48 +0000
parents e84a6ae9d51e
children 3f0d00abc073
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15234
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
1 #ifndef __AE_PCM_H_
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
2 #define __AE_PCM_H_
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
3
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
4 #include "ae.h"
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
5
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
6 int mpae_init_pcm(audio_encoder_t *encoder);
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
7
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
8 #endif