Mercurial > libavformat.hg
changeset 4078:a3dab5ebe140 libavformat
Remove comment suggesting using variables ending in _t as this would break POSIX.
author | michael |
---|---|
date | Thu, 11 Dec 2008 20:02:15 +0000 |
parents | 72457fa9856a |
children | 82cbec030af5 |
files | nut.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nut.h Thu Dec 11 19:19:23 2008 +0000 +++ b/nut.h Thu Dec 11 20:02:15 2008 +0000 @@ -67,7 +67,7 @@ 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;