changeset 4092:aea6eb7fd713 libavformat

Remove misleading comment, _t is POSIX-reserved namespace.
author diego
date Sat, 13 Dec 2008 16:08:31 +0000
parents 626b5bfb5aef
children d0b3e91594a5
files nut.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nut.h	Sat Dec 13 13:39:13 2008 +0000
+++ b/nut.h	Sat Dec 13 16:08:31 2008 +0000
@@ -78,7 +78,7 @@
     int msb_pts_shift;
     int max_pts_distance;
     int decode_delay; //FIXME duplicate of has_b_frames
-} StreamContext;// maybe s/StreamContext/streamcontext_t/
+} StreamContext;
 
 typedef struct {
     AVFormatContext *avf;