Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Huh <bryan@box.com>2015-11-15 05:23:20 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-11-16 03:53:47 +0300
commitdfa98c4f839ea8bc447f370f97840977447a41c0 (patch)
tree62eda67637cd7fd4f7468155678ddb078d6885d8 /ffmpeg.h
parent7bf465abf3697dcddfb4021e6db9aeec1724f7ed (diff)
ffmpeg: Fixing typos and adding comments to fps code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 39b9edab52..82ab1ee2fb 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -414,7 +414,7 @@ typedef struct OutputStream {
int64_t max_frames;
AVFrame *filtered_frame;
AVFrame *last_frame;
- int last_droped;
+ int last_dropped;
int last_nb0_frames[3];
void *hwaccel_ctx;