diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-08-17 10:45:50 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-08-17 10:45:50 +0000 |
commit | 93951943eca631a20f71a490ba7b30417bdfa27d (patch) | |
tree | c3958e58753127c2cac271692fe1529ea0fcf9b0 /libavformat/nut.h | |
parent | a9054d91b7c1a7c4326c1d08790fb4e2d2d63033 (diff) | |
download | ffmpeg-93951943eca631a20f71a490ba7b30417bdfa27d.tar.gz |
spelling/wording cosmetics
Originally committed as revision 10131 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/nut.h')
-rw-r--r-- | libavformat/nut.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/nut.h b/libavformat/nut.h index 5a154f0164..3507ced26d 100644 --- a/libavformat/nut.h +++ b/libavformat/nut.h @@ -45,10 +45,10 @@ typedef enum{ FLAG_CODED_PTS = 8, ///<if set, coded_pts is in the frame header FLAG_STREAM_ID = 16, ///<if set, stream_id is coded in the frame header FLAG_SIZE_MSB = 32, ///<if set, data_size_msb is at frame header, otherwise data_size_msb is 0 - FLAG_CHECKSUM = 64, ///<if set then the frame header contains a checksum + FLAG_CHECKSUM = 64, ///<if set, the frame header contains a checksum FLAG_RESERVED = 128, ///<if set, reserved_count is coded in the frame header - FLAG_CODED =4096, ///<if set, coded_flags are stored in the frame header. - FLAG_INVALID =8192, ///<if set, frame_code is invalid. + FLAG_CODED =4096, ///<if set, coded_flags are stored in the frame header + FLAG_INVALID =8192, ///<if set, frame_code is invalid }flag_t; typedef struct { |