diff options
author | Bryan Huh <bryan@box.com> | 2015-11-14 18:23:20 -0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-11-16 01:53:47 +0100 |
commit | dfa98c4f839ea8bc447f370f97840977447a41c0 (patch) | |
tree | 62eda67637cd7fd4f7468155678ddb078d6885d8 /ffmpeg.h | |
parent | 7bf465abf3697dcddfb4021e6db9aeec1724f7ed (diff) | |
download | ffmpeg-dfa98c4f839ea8bc447f370f97840977447a41c0.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |