Mercurial > libavformat.hg
diff nut.h @ 4092:aea6eb7fd713 libavformat
Remove misleading comment, _t is POSIX-reserved namespace.
| author | diego |
|---|---|
| date | Sat, 13 Dec 2008 16:08:31 +0000 |
| parents | a3dab5ebe140 |
| children | 6b9c2a6d8fa4 |
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;
