mpv/video/decode
wm4 f90e7ef7ea video: don't overwrite demuxer FPS value
If the --fps option was given (MPOpts->force_fps), the demuxer FPS value
was overwritten with the forced value. This was fine, since the demuxer
value wasn't needed anymore. But with the recent changes not to write to
the demuxer stream headers, we don't want to do this anymore. So
maintain the (forced/updated) FPS value in dec_video->fps.

The removed code in loadfile.c is probably redundant, and an artifact
from past refactorings.

Note that sub.c will now always use the demuxer FPS value, instead of
the user override value. I think this is fine, because it used the
demuxer's video size values too. (And it's rare that these values are
used at all.)
2013-11-23 21:41:40 +01:00
..
dec_video.c video: move handling of container vs. stream AR out of vd_lavc.c 2013-11-23 21:40:51 +01:00
dec_video.h video: don't overwrite demuxer FPS value 2013-11-23 21:41:40 +01:00
lavc.h video: move handling of container vs. stream AR out of vd_lavc.c 2013-11-23 21:40:51 +01:00
lavc_dr1.c video: move decoder context from sh_video into new struct 2013-11-23 21:36:20 +01:00
vaapi.c video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
vd.h video: move decoder context from sh_video into new struct 2013-11-23 21:36:20 +01:00
vd_lavc.c video: move handling of container vs. stream AR out of vd_lavc.c 2013-11-23 21:40:51 +01:00
vda.c video: add vda decode support (with hwaccel) and direct rendering 2013-08-22 12:13:30 +02:00
vdpau.c video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
vdpau_old.c video: move decoder context from sh_video into new struct 2013-11-23 21:36:20 +01:00