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
This commit is contained in:
Michael Niedermayer 2008-12-11 20:02:15 +00:00
parent c9bea488fe
commit 089e1bcf10
1 changed files with 1 additions and 1 deletions

View File

@ -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;