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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-11-05 20:59:47 +0300
committerJames Almer <jamrial@gmail.com>2017-11-08 05:20:50 +0300
commitcd1ff3e45d45ce8d733b4acc8e23444c1a227d07 (patch)
treec3f6b3dc413d55ba09e12441e81b6185d651e911 /libavformat/avformat.h
parent2c2f25eb8920129ef3cfe6da2e1cefdedc485965 (diff)
avformat: move priv_pts from AVStream to an internal struct
It has no reason to be in a public header, even if defined as private. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index b36e2a3bd4..c068aa8009 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1200,8 +1200,6 @@ typedef struct AVStream {
*/
AVRational display_aspect_ratio;
- struct FFFrac *priv_pts;
-
/**
* An opaque field for libavformat internal usage.
* Must not be accessed in any way by callers.