]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
Fix compilation error around struct visibility when VDPAU disabled.
[ffmpeg] / ffmpeg.h
index 01b983d9bfbbf9c545f83b6cd3b4d2d28d778505..41d666340d709b94684c1d48a179067521a65c08 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -378,7 +378,6 @@ typedef struct OutputStream {
     int64_t first_pts;
     /* dts of the last packet sent to the muxer */
     int64_t last_mux_dts;
-    int64_t last_mux_dts_plus_duration;
     AVBitStreamFilterContext *bitstream_filters;
     AVCodec *enc;
     int64_t max_frames;