repo.or.cz
/
cinelerra_cv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
r578: Factored UndoStackItem into an interface class UndoStackItem and
[cinelerra_cv.git]
/
quicktime
/
qtmp3.h
blob
2c7f7034195826176dcb9080440b2f1cf8f3d873
1
#ifndef QTMP3_H
2
#define QTMP3_H
3
4
5
6
7
8
void
quicktime_init_codec_mp3
(
quicktime_audio_map_t
*
atrack
);
9
10
11
12
13
14
#endif