summaryrefslogtreecommitdiff
path: root/firmware/export/mpeg.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-29 13:58:16 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-29 13:58:16 +0000
commit0744c50a3893183a6de041247506a0cab549c540 (patch)
treea565a819ead15a1e4a7492243263a6eee58e82d7 /firmware/export/mpeg.h
parent2ffaed3285b0902da725271659cfd9dcf8f1a833 (diff)
downloadrockbox-0744c50a3893183a6de041247506a0cab549c540.tar.gz
rockbox-0744c50a3893183a6de041247506a0cab549c540.zip
Two new exported functions: mpeg_get_last_header() and mpeg_file_pos()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4973 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/mpeg.h')
-rw-r--r--firmware/export/mpeg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/mpeg.h b/firmware/export/mpeg.h
index 51932c5090..bf16a2ac73 100644
--- a/firmware/export/mpeg.h
+++ b/firmware/export/mpeg.h
@@ -92,6 +92,8 @@ void mpeg_get_debugdata(struct mpeg_debug *dbgdata);
92void mpeg_set_buffer_margin(int seconds); 92void mpeg_set_buffer_margin(int seconds);
93unsigned int mpeg_error(void); 93unsigned int mpeg_error(void);
94void mpeg_error_clear(void); 94void mpeg_error_clear(void);
95int mpeg_get_file_pos(void);
96unsigned long mpeg_get_last_header(void);
95 97
96/* in order to keep the recording here, I have to expose this */ 98/* in order to keep the recording here, I have to expose this */
97void rec_tick(void); 99void rec_tick(void);