annotate libmpcodecs/ae_lavc.h @ 27754:08d18fe9da52

Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg. Neither variant is valid C99 syntax, but __asm__ is the most portable variant.
author diego
date Thu, 16 Oct 2008 18:59:27 +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_LAVC_H
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25535
diff changeset
2 #define MPLAYER_AE_LAVC_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_lavc(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_LAVC_H */