mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-09 02:30:45 +08:00
timecode: fix typo
Signed-off-by: Jean First <jeanfirst@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:

committed by
Michael Niedermayer

parent
5a840f6364
commit
c48883163d
@@ -41,7 +41,7 @@ struct ff_timecode {
|
|||||||
char *str; ///< string following the hh:mm:ss[:;.]ff format
|
char *str; ///< string following the hh:mm:ss[:;.]ff format
|
||||||
int start; ///< timecode frame start
|
int start; ///< timecode frame start
|
||||||
int drop; ///< drop flag (1 if drop, else 0)
|
int drop; ///< drop flag (1 if drop, else 0)
|
||||||
AVRational rate; ///< Frame rate in rationnal form
|
AVRational rate; ///< Frame rate in rational form
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user