[FFmpeg-cvslog] r16899 - trunk/libavformat/mxfenc.c
bcoudurier
subversion
Sat Jan 31 10:53:59 CET 2009
Author: bcoudurier
Date: Sat Jan 31 10:53:59 2009
New Revision: 16899
Log:
fix doxygen tag
Modified:
trunk/libavformat/mxfenc.c
Modified: trunk/libavformat/mxfenc.c
==============================================================================
--- trunk/libavformat/mxfenc.c Sat Jan 31 10:53:23 2009 (r16898)
+++ trunk/libavformat/mxfenc.c Sat Jan 31 10:53:59 2009 (r16899)
@@ -54,7 +54,7 @@ typedef struct {
typedef struct {
AudioInterleaveContext aic;
UID track_essence_element_key;
- int index; //<<< index in mxf_essence_container_uls table
+ int index; ///< index in mxf_essence_container_uls table
const UID *codec_ul;
int64_t duration;
int order; ///< interleaving order if dts are equal
More information about the ffmpeg-cvslog
mailing list