annotate libmpcodecs/ae_pcm.h @ 30363:915be5c7a30c

Make sure that a qstride of 0 (intentional or not) does not completely break the code (crash if malloc(0) != NULL, otherwise wrong qscales used for B-frames).
author reimar
date Sat, 23 Jan 2010 14:57:43 +0000
parents 4129c8cfa742
children bbb6ebec87a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25535
diff changeset
1 #ifndef MPLAYER_AE_PCM_H
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25535
diff changeset
2 #define MPLAYER_AE_PCM_H
15234
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
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25535
diff changeset
8 #endif /* MPLAYER_AE_PCM_H */