Fix for RTSP input without VUI parameters (framerate autodetection)

This commit is contained in:
Thulinma 2016-10-08 21:57:06 +02:00
parent 454aa7e871
commit db3838e872
3 changed files with 88 additions and 25 deletions

View file

@ -186,6 +186,7 @@ namespace h264 {
}
//vuiParameters
result.fps = 0;//default in case not given
if (bs.get(1)) {
//Skipping all the paramters we dont use
if (bs.get(1)) {