[FFmpeg-soc] [soc]: r4926 - spdif/spdif.c

bwolowiec subversion at mplayerhq.hu
Mon Aug 3 22:48:44 CEST 2009


Author: bwolowiec
Date: Mon Aug  3 22:48:44 2009
New Revision: 4926

Log:
cosmetics: comment modifications

Modified:
   spdif/spdif.c

Modified: spdif/spdif.c
==============================================================================
--- spdif/spdif.c	Mon Aug  3 22:44:07 2009	(r4925)
+++ spdif/spdif.c	Mon Aug  3 22:48:44 2009	(r4926)
@@ -44,9 +44,9 @@
 //#define IEC958_EAC3               0x15
 
 typedef struct IEC958Context{
-    int data_type;
-    int pkt_size;
-    int pkt_offset; // bytes
+    int data_type;  ///< Burst info
+    int pkt_size;   ///< Length code (number of bits or bytes - according to data_type)
+    int pkt_offset; ///< Repetition period of a data burst in bytes
     int (*header_info)(AVFormatContext *s, AVPacket *pkt);
 } IEC958Context;
 


More information about the FFmpeg-soc mailing list