projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove misleading comment, _t is POSIX-reserved namespace.
[ffmpeg.git]
/
libavformat
/
nut.h
diff --git
a/libavformat/nut.h
b/libavformat/nut.h
index
75ebe0d
..
a1081ed
100644
(file)
--- a/
libavformat/nut.h
+++ b/
libavformat/nut.h
@@
-78,7
+78,7
@@
typedef struct {
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;