From 089e1bcf1005a217deaa56500288844cf7d9e611 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 11 Dec 2008 20:02:15 +0000 Subject: 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 --- libavformat/nut.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/nut.h') 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; -- cgit v1.2.3