Commit 7bb0566e authored by michael's avatar michael

Remove comment suggesting using variables ending in _t as this would break POSIX.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16061 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 8ad916d1
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment