[FFmpeg-devel] [PATCH 3/3] avformat/matroskadec: set AVCodecParameters.field_order on progressive video
Michael Niedermayer
michael at niedermayer.cc
Wed Sep 28 02:26:07 EEST 2016
On Tue, Sep 27, 2016 at 03:03:05PM -0300, James Almer wrote:
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> libavformat/matroskadec.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c
> index 77b8a5d..2317024 100644
> --- a/libavformat/matroskadec.c
> +++ b/libavformat/matroskadec.c
> @@ -2279,6 +2279,8 @@ static int matroska_parse_tracks(AVFormatContext *s)
>
> if (track->video.interlaced == MATROSKA_VIDEO_INTERLACE_FLAG_INTERLACED)
> st->codecpar->field_order = mkv_field_order(track->video.field_order);
> + else if (track->video.interlaced == MATROSKA_VIDEO_INTERLACE_FLAG_PROGRESSIVE)
> + st->codecpar->field_order = AV_FIELD_PROGRESSIVE;
should be ok
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160928/b2579fb7/attachment.sig>
More information about the ffmpeg-devel
mailing list