diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-12-11 20:02:15 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-12-11 20:02:15 +0000 |
commit | 089e1bcf1005a217deaa56500288844cf7d9e611 (patch) | |
tree | 8aa4ee078c137545a5822ea5417a7e11dd795f38 | |
parent | c9bea488fe56cad4e1e9c8c63ddfed317ff6e5ba (diff) | |
download | ffmpeg-089e1bcf1005a217deaa56500288844cf7d9e611.tar.gz |
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
-rw-r--r-- | libavformat/nut.h | 2 |
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; |