[NUT-devel] [nut]: r262 - trunk/libnut/libnut.h
ods15
subversion at mplayerhq.hu
Tue Nov 21 18:52:37 CET 2006
Author: ods15
Date: Tue Nov 21 18:52:37 2006
New Revision: 262
Modified:
trunk/libnut/libnut.h
Log:
typo fix
Modified: trunk/libnut/libnut.h
==============================================================================
--- trunk/libnut/libnut.h (original)
+++ trunk/libnut/libnut.h Tue Nov 21 18:52:37 2006
@@ -53,7 +53,7 @@
int fixed_fps; ///< Flag if stream is fixed fps or not
int decode_delay; ///< Decode delay of codec in this stream
int codec_specific_len; ///< Length of codec specific data
- uint8_t * codec_specific; ///< Codec specific data. May be NULL is #codec_specific_len is zero.
+ uint8_t * codec_specific; ///< Codec specific data. May be NULL if #codec_specific_len is zero.
uint64_t max_pts; ///< Only used in demuxer. If non-zero, then it is the highest value in stream
/// \name Video
More information about the NUT-devel
mailing list