diff avformat.h @ 797:f5a231a9a2f1 libavformat

support changing in bitstream global headers into extradata style and back
author michael
date Mon, 27 Jun 2005 00:04:03 +0000
parents 391669d461d4
children 6f41cd797a3d
line wrap: on
line diff
--- a/avformat.h	Sun Jun 26 20:26:47 2005 +0000
+++ b/avformat.h	Mon Jun 27 00:04:03 2005 +0000
@@ -42,6 +42,7 @@
 #define PKT_FLAG_KEY   0x0001
 
 void av_destruct_packet_nofree(AVPacket *pkt);
+void av_destruct_packet(AVPacket *pkt);
 
 /* initialize optional fields of a packet */
 static inline void av_init_packet(AVPacket *pkt)