log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
mplayer.hg
annotate libmpcodecs/ae_twolame.h @ 29327:
14462e7a4945
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Conform to the updated Desktop File Specification. Also improve the wording of the Name and Comment field. Also update the german translation. Other translations based on a suggestion from Siegfried Gevatter <rainct@ubuntu.com>.
author
siretart
date
Wed, 17 Jun 2009 09:14:17 +0000 (2009-06-17)
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:
25869
diff
changeset
+
��膩���
1
#ifndef MPLAYER_AE_TWOLAME_H
4129c8cfa742
Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents:
25869
diff
changeset
+
��膩���
2
#define MPLAYER_AE_TWOLAME_H
15359
af245d15f502
added twolame mp2 audio encoder
nicodvb
parents:
diff
changeset
+
��膩���
3
af245d15f502
added twolame mp2 audio encoder
nicodvb
parents:
diff
changeset
+
��膩���
4
#include "ae.h"
af245d15f502
added twolame mp2 audio encoder
nicodvb
parents:
diff
changeset
+
��膩���
5
#include <twolame.h>
af245d15f502
added twolame mp2 audio encoder
nicodvb
parents:
diff
changeset
+
��膩���
6
af245d15f502
added twolame mp2 audio encoder
nicodvb
parents:
diff
changeset
+
��膩���
7
typedef struct {
af245d15f502
added twolame mp2 audio encoder
nicodvb
parents:
diff
changeset
+
��膩���
8
twolame_options *twolame_ctx;
af245d15f502
added twolame mp2 audio encoder
nicodvb
parents:
diff
changeset
+
��膩���
9
int vbr;
af245d15f502
added twolame mp2 audio encoder
nicodvb
parents:
diff
changeset
+
��膩���
10
} mpae_twolame_ctx;
af245d15f502
added twolame mp2 audio encoder
nicodvb
parents:
diff
changeset
+
��膩���
11
af245d15f502
added twolame mp2 audio encoder
nicodvb
parents:
diff
changeset
+
��膩���
12
int mpae_init_twolame(audio_encoder_t *encoder);
af245d15f502
added twolame mp2 audio encoder
nicodvb
parents:
diff
changeset
+
��膩���
13
26029
4129c8cfa742
Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents:
25869
diff
changeset
+
��膩���
14
#endif /* MPLAYER_AE_TWOLAME_H */