summaryrefslogtreecommitdiff
path: root/libavformat/nut.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-12-11 20:02:15 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-12-11 20:02:15 +0000
commit089e1bcf1005a217deaa56500288844cf7d9e611 (patch)
tree8aa4ee078c137545a5822ea5417a7e11dd795f38 /libavformat/nut.h
parentc9bea488fe56cad4e1e9c8c63ddfed317ff6e5ba (diff)
Remove comment suggesting using variables ending in _t as this would break POSIX.
Originally committed as revision 16061 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r--libavformat/nut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h
index f2bb62bb5b..75ebe0d82e 100644
--- a/libavformat/nut.h
+++ b/libavformat/nut.h
@@ -67,7 +67,7 @@ typedef struct {
int16_t pts_delta;
uint8_t reserved_count;
uint8_t header_idx;
-} FrameCode; // maybe s/FrameCode/framecode_t/ or change all to Java style but do not mix
+} FrameCode;
typedef struct {
int last_flags;