From cd439a85553052364f975554202b885bf3c89a18 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 25 Nov 2021 10:33:56 +1030 Subject: [PATCH] Remove display_aspect_ratio as that was apparently internal. --- src/notzed.jjmpeg/jni/jj-avstream.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/notzed.jjmpeg/jni/jj-avstream.c b/src/notzed.jjmpeg/jni/jj-avstream.c index fc8edfc..ddaecd3 100644 --- a/src/notzed.jjmpeg/jni/jj-avstream.c +++ b/src/notzed.jjmpeg/jni/jj-avstream.c @@ -46,6 +46,5 @@ GS_int(AVStream, Discard, discard) GS_value(AVRational_new, AVRational_get, AVStream, AverageFrameRate, avg_frame_rate) GS_value(AVRational_new, AVRational_get, AVStream, SampleAspectRatio, sample_aspect_ratio) -GS_value(AVRational_new, AVRational_get, AVStream, DisplayAspectRatio, display_aspect_ratio) REF_object(AVCodecParameters, AVStream, CodecParameters, codecpar) -- 2.39.2