Re: [FFmpeg-devel] [PATCH] lavf/dv: do not set video timebase more than once

2023-05-01 Thread Anton Khirnov
Will push the set tomorrow if nobody has further objections. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.

[FFmpeg-devel] [PATCH] lavf/dv: do not set video timebase more than once

2023-04-27 Thread Anton Khirnov
Current code will call avpriv_set_pts_info() for each video frame, possibly setting a different timebase if the stream framerate changes. This violates API conventions, as the timebase is supposed to stay constant after stream creation. Change the demuxer to set a single timebase that is fine enou