Mercurial > libavformat.hg
changeset 2241:914aeda381e6 libavformat
avoid deprecation warnings for AVFrac from avformat.h
author | mru |
---|---|
date | Mon, 09 Jul 2007 22:15:11 +0000 |
parents | 6ebff294b07c |
children | 2ec2d6dca26e |
files | avformat.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/avformat.h Mon Jul 09 18:54:11 2007 +0000 +++ b/avformat.h Mon Jul 09 22:15:11 2007 +0000 @@ -284,7 +284,7 @@ int codec_info_nb_frames; #endif /** encoding: PTS generation when outputing stream */ - AVFrac pts; + struct AVFrac pts; /** * this is the fundamental unit of time (in seconds) in terms