projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
20e0ed9
)
Remove misleading comment, _t is POSIX-reserved namespace.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 13 Dec 2008 16:08:31 +0000
(16:08 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 13 Dec 2008 16:08:31 +0000
(16:08 +0000)
Originally committed as revision 16105 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/nut.h
patch
|
blob
|
history
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;