[NUT-devel] [nut]: r182 - trunk/libnut/nut.h
ods15
subversion at mplayerhq.hu
Sat Nov 4 14:36:31 CET 2006
Author: ods15
Date: Sat Nov 4 14:36:30 2006
New Revision: 182
Modified:
trunk/libnut/nut.h
Log:
more logical function decleration
Modified: trunk/libnut/nut.h
==============================================================================
--- trunk/libnut/nut.h (original)
+++ trunk/libnut/nut.h Sat Nov 4 14:36:30 2006
@@ -129,7 +129,7 @@
/** nut_write_frame does magic, it writes headers */
void nut_write_frame(nut_context_t * nut, const nut_packet_t * p, const uint8_t * buf);
-void nut_write_info(nut_context_t * nut, const nut_info_packet_t info []);
+void nut_write_info(nut_context_t * nut, const nut_info_packet_t * info);
/** do the same as the above function, but deal with frame reordering */
void nut_muxer_uninit_reorder(nut_context_t * nut);
More information about the NUT-devel
mailing list