summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-01-30 16:19:15 +0200
committerMartin Storsjö <martin@martin.st>2012-01-30 19:24:39 +0200
commitb7d3dd907f51c1b86c5aad7e2ec4870da53e095e (patch)
tree9c116f5eff1c35719b163db018cc1b4125caeb76 /libavformat/movenc.h
parent08d8029ea89a3a4ae3e1fa509a35d4b7a8a406a2 (diff)
movenc: cosmetics: Get rid of camelCase identifiers
Also add spacing around operators on touched lines, and split one line to match the common style. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index 0b74a61d06..5fc71fb99d 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -44,7 +44,7 @@ typedef struct MOVIentry {
uint64_t pos;
int64_t dts;
unsigned int size;
- unsigned int samplesInChunk;
+ unsigned int samples_in_chunk;
unsigned int entries;
int cts;
#define MOV_SYNC_SAMPLE 0x0001
@@ -78,20 +78,20 @@ typedef struct MOVIndex {
int entry;
unsigned timescale;
uint64_t time;
- int64_t trackDuration;
- long sampleCount;
- long sampleSize;
- int hasKeyframes;
+ int64_t track_duration;
+ long sample_count;
+ long sample_size;
+ int has_keyframes;
#define MOV_TRACK_CTTS 0x0001
#define MOV_TRACK_STPS 0x0002
uint32_t flags;
int language;
- int trackID;
+ int track_id;
int tag; ///< stsd fourcc
AVCodecContext *enc;
- int vosLen;
- uint8_t *vosData;
+ int vos_len;
+ uint8_t *vos_data;
MOVIentry *cluster;
int audio_vbr;
int height; ///< active picture (w/o VBI) height for D-10/IMX