summaryrefslogtreecommitdiff
path: root/apps/codecs/libasf/asf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libasf/asf.c')
-rw-r--r--apps/codecs/libasf/asf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libasf/asf.c b/apps/codecs/libasf/asf.c
index e3fffe6ee0..18503218b7 100644
--- a/apps/codecs/libasf/asf.c
+++ b/apps/codecs/libasf/asf.c
@@ -49,7 +49,7 @@ static unsigned short get_short_le(void* buf)
49 0 : *(data) : get_short_le(data) : get_long_le(data)) 49 0 : *(data) : get_short_le(data) : get_long_le(data))
50 50
51int asf_read_packet(uint8_t** audiobuf, int* audiobufsize, int* packetlength, 51int asf_read_packet(uint8_t** audiobuf, int* audiobufsize, int* packetlength,
52 asf_waveformatex_t* wfx, struct codec_api* ci) 52 asf_waveformatex_t* wfx)
53{ 53{
54 uint8_t tmp8, packet_flags, packet_property; 54 uint8_t tmp8, packet_flags, packet_property;
55 int stream_id; 55 int stream_id;
@@ -291,7 +291,7 @@ int asf_read_packet(uint8_t** audiobuf, int* audiobufsize, int* packetlength,
291} 291}
292 292
293 293
294int asf_get_timestamp(int *duration, struct codec_api* ci) 294int asf_get_timestamp(int *duration)
295{ 295{
296 uint8_t tmp8, packet_flags, packet_property; 296 uint8_t tmp8, packet_flags, packet_property;
297 int ec_length, opaque_data, ec_length_type; 297 int ec_length, opaque_data, ec_length_type;